1 write to TypeName
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
142
this.PropertyToTypeNameMap.Add(new EpmPropertyToTypeMappingElement { PropertyPath = propertyPath,
TypeName
= typeName });
1 reference to TypeName
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
163
return mapping != null ? mapping.
TypeName
: null;