12 references to BindingPropertyKind
System.Data.Services.Client (12)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (5)
294
bpi = new BindingPropertyInfo { PropertyKind =
BindingPropertyKind
.BindingPropertyKindCollection };
300
bpi = new BindingPropertyInfo { PropertyKind =
BindingPropertyKind
.BindingPropertyKindEntity };
306
bpi = new BindingPropertyInfo { PropertyKind =
BindingPropertyKind
.BindingPropertyKindComplex };
314
if (bindingEntityInfo.ClientType.IsEntityType || bpi.PropertyKind ==
BindingPropertyKind
.BindingPropertyKindComplex)
371
public
BindingPropertyKind
PropertyKind
System\Data\Services\Client\Binding\BindingGraph.cs (4)
247
Debug.Assert(bpi.PropertyKind ==
BindingPropertyKind
.BindingPropertyKindCollection, "parentProperty must refer to an DataServiceCollection");
464
case
BindingPropertyKind
.BindingPropertyKindCollection:
473
case
BindingPropertyKind
.BindingPropertyKindEntity:
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 (3)
197
case
BindingPropertyKind
.BindingPropertyKindCollection:
231
case
BindingPropertyKind
.BindingPropertyKindEntity:
242
Debug.Assert(bpi.PropertyKind ==
BindingPropertyKind
.BindingPropertyKindComplex, "Must be complex type if PropertyKind is not entity or collection.");