3 writes to PropertyKind
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (3)
294
bpi = new BindingPropertyInfo {
PropertyKind
= BindingPropertyKind.BindingPropertyKindCollection };
300
bpi = new BindingPropertyInfo {
PropertyKind
= BindingPropertyKind.BindingPropertyKindEntity };
306
bpi = new BindingPropertyInfo {
PropertyKind
= BindingPropertyKind.BindingPropertyKindComplex };
6 references to PropertyKind
System.Data.Services.Client (6)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
314
if (bindingEntityInfo.ClientType.IsEntityType || bpi.
PropertyKind
== BindingPropertyKind.BindingPropertyKindComplex)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
247
Debug.Assert(bpi.
PropertyKind
== BindingPropertyKind.BindingPropertyKindCollection, "parentProperty must refer to an DataServiceCollection");
462
switch (bpi.
PropertyKind
)
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 (2)
195
switch (bpi.
PropertyKind
)
242
Debug.Assert(bpi.
PropertyKind
== BindingPropertyKind.BindingPropertyKindComplex, "Must be complex type if PropertyKind is not entity or collection.");