7 references to Properties
System.Data.Services.Client (7)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1527
foreach (var property in clientType.
Properties
)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
284
foreach (ClientType.ClientProperty p in bindingEntityInfo.ClientType.
Properties
)
System\Data\Services\Client\ClientType.cs (3)
265
Debug.Assert(this.KeyCount == this.
Properties
.Where(k => k.KeyProperty).Count(), "KeyCount mismatch");
763
this.
Properties
[dataIndex].MimeTypeProperty = this.
Properties
[mimeTypeIndex];
System\Data\Services\Client\DataServiceContext.cs (2)
2325
ClientType.ClientProperty[] keys = clientType.
Properties
.Where<ClientType.ClientProperty>(ClientType.ClientProperty.GetKeyProperty).ToArray();
3300
foreach (ClientType.ClientProperty property in type.
Properties
)