Interface IEntityMetadataProvider
Provides the functionalities to get entity metadata.
public interface IEntityMetadataProvider
Properties
AllEntities
Gets the description of all entities.
IDictionary<string, EntityMetadata> AllEntities { get; }
Property Value
EntitiesAssembly
Gets the assembly that contains all entities.
Assembly EntitiesAssembly { get; }
Property Value
Methods
GetProperty(string)
Gets the properties metadata.
IDictionary<string, EntityPropertyMetadata> GetProperty(string entityName)
Parameters
entityNamestringThe entity name.
Returns
- IDictionary<string, EntityPropertyMetadata>
The properties.