6 references to IsOfKind
System.Data.Services (6)
System\Data\Services\Providers\ResourceProperty.cs (6)
225
return ResourceProperty.
IsOfKind
(this.kind, checkKind);
267
if (
IsOfKind
(kind, ResourcePropertyKind.ResourceReference) ||
IsOfKind
(kind, ResourcePropertyKind.ResourceSetReference))
275
if (
IsOfKind
(kind, ResourcePropertyKind.Primitive))
283
if (
IsOfKind
(kind, ResourcePropertyKind.ComplexType))
291
if (
IsOfKind
(kind, ResourcePropertyKind.Key) && Nullable.GetUnderlyingType(propertyResourceType.InstanceType) != null)