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