C# Class MonoSoftware.MonoX.DAL.HelperClasses.InheritanceInfoProviderCore

Actual implementation of the InheritanceInfoProvider. Used by singleton wrapper.
Inheritance: InheritanceInfoProviderBase
Afficher le fichier Open project: MonoSoftware/MonoX-Data-Access-Layer

Méthodes publiques

Méthode Description
GetEntityFields ( string entityName ) : IEntityFieldCore[]

Gets the entity fields for the entity passed in. Only the fields defined in the entity are returned

Private Methods

Méthode Description
InheritanceInfoProviderCore ( ) : System

Initializes a new instance of the InheritanceInfoProviderCore class.

Init ( ) : void

Method which initializes the internal datastores with the structure of hierarchical types.

Method Details

GetEntityFields() public méthode

Gets the entity fields for the entity passed in. Only the fields defined in the entity are returned
public GetEntityFields ( string entityName ) : IEntityFieldCore[]
entityName string Name of the entity to grab the fields for
Résultat IEntityFieldCore[]