4 references to BindingPropertyKindComplex
System.Data.Services.Client (4)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
306
bpi = new BindingPropertyInfo { PropertyKind = BindingPropertyKind.
BindingPropertyKindComplex
};
314
if (bindingEntityInfo.ClientType.IsEntityType || bpi.PropertyKind == BindingPropertyKind.
BindingPropertyKindComplex
)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
484
Debug.Assert(bpi.PropertyKind == BindingPropertyKind.
BindingPropertyKindComplex
, "Must be complex type if PropertyKind is not entity or collection.");
System\Data\Services\Client\Binding\BindingObserver.cs (1)
242
Debug.Assert(bpi.PropertyKind == BindingPropertyKind.
BindingPropertyKindComplex
, "Must be complex type if PropertyKind is not entity or collection.");