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