2 instantiations of EpmPropertyInformation
System.Data.Services (2)
System\Data\Services\Epm\EpmHelper.cs (2)
159yield return new EpmPropertyInformation 186yield return new EpmPropertyInformation
4 references to EpmPropertyInformation
System.Data.Services (4)
System\Data\Services\Epm\EpmHelper.cs (1)
59private static IEnumerable<EpmPropertyInformation> GetEpmPropertyInformation(IEnumerable<MetadataProperty> extendedProperties, String typeName, String memberName)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
2098foreach (EpmPropertyInformation propertyInformation in GetEpmPropertyInformation(extendedProperties, edmType.Name, null)) 2122foreach (EpmPropertyInformation propertyInformation in GetEpmPropertyInformation(extendedMemberProperties, edmType.Name, member.Name)) 2151EpmPropertyInformation propertyInformation,