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