3 references to AddAppliedProperty
System.Data.Services (3)
System\Data\Services\Providers\ResourceType.cs (1)
1006
deserializer.PropertiesApplied.
AddAppliedProperty
(sourcePath, false);
System\Data\Services\Serializers\PlainXmlDeserializer.cs (2)
540
this.propertiesApplied.
AddAppliedProperty
(this.BuildPropertyPath(appliedPropertyName), isNull);
593
this.propertiesApplied.
AddAppliedProperty
(this.BuildPropertyPath(appliedPropertyName), false);