1 write to IsKnownType
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
894
this.
IsKnownType
= ClientConvert.IsKnownType(propertyType);
11 references to IsKnownType
System.Data.Services.Client (11)
parent\Server\System\Data\Services\Providers\EntityPropertyMappingInfo.cs (3)
145
if (resourceProperty.
IsKnownType
^ (currentSegment == srcPathSegments.Length - 1))
147
throw Error.InvalidOperation(!resourceProperty.
IsKnownType
? Strings.EpmClientType_PropertyIsComplex(resourceProperty.PropertyName) :
157
resourceProperty.
IsKnownType
? null : ClientType.Create(resourceProperty.PropertyType),
System\Data\Services\Client\AtomMaterializer.cs (2)
917
if (property.
IsKnownType
&& (atomProperty.Feed != null || atomProperty.Entry != null))
1315
if (prop.
IsKnownType
||
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
345
Debug.Assert(!property.
IsKnownType
, "Known types do not implement INotifyPropertyChanged.");
System\Data\Services\Client\ClientType.cs (2)
895
if (!this.
IsKnownType
)
906
Debug.Assert(!this.keyProperty || this.
IsKnownType
, "can't have an random type as key");
System\Data\Services\Client\DataServiceContext.cs (3)
1430
if (property.
IsKnownType
|| property.CollectionType == null)
3314
if (property.
IsKnownType
)
3489
if (property.
IsKnownType
)