1 write to ClientType
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
282
bindingEntityInfo.
ClientType
= ClientType.Create(entityType);
3 references to ClientType
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (3)
70
return GetBindingEntityInfoFor(entityType).
ClientType
;
284
foreach (ClientType.ClientProperty p in bindingEntityInfo.
ClientType
.Properties)
314
if (bindingEntityInfo.
ClientType
.IsEntityType || bpi.PropertyKind == BindingPropertyKind.BindingPropertyKindComplex)