1 instantiation of EpmPropertyToTypeMappingElement
System.Data.Services (1)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
142this.PropertyToTypeNameMap.Add(new EpmPropertyToTypeMappingElement { PropertyPath = propertyPath, TypeName = typeName });
4 references to EpmPropertyToTypeMappingElement
System.Data.Services (4)
System\Data\Services\Epm\EpmContentDeSerializer.cs (4)
99private List<EpmPropertyToTypeMappingElement> propertyToTypeNameMap; 116private IList<EpmPropertyToTypeMappingElement> PropertyToTypeNameMap 122this.propertyToTypeNameMap = new List<EpmPropertyToTypeMappingElement>(); 162EpmPropertyToTypeMappingElement mapping = this.PropertyToTypeNameMap.FirstOrDefault(e => e.PropertyPath == propertyPath);