2 instantiations of EpmPropertyInformation
System.Data.Services.Design (2)
parent\Server\System\Data\Services\Epm\EpmHelper.cs (2)
159
yield return new
EpmPropertyInformation
186
yield return new
EpmPropertyInformation
4 references to EpmPropertyInformation
System.Data.Services.Design (4)
parent\Server\System\Data\Services\Epm\EpmHelper.cs (1)
59
private static IEnumerable<
EpmPropertyInformation
> GetEpmPropertyInformation(IEnumerable<MetadataProperty> extendedProperties, String typeName, String memberName)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (3)
360
foreach (
EpmPropertyInformation
propertyInformation in GetEpmPropertyInformation(extendedProperties, entityType.Name, null))
392
foreach (
EpmPropertyInformation
propertyInformation in GetEpmPropertyInformation(extendedMemberProperties, entityType.Name, member.Name))
432
EpmPropertyInformation
propertyInformation,