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