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