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

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

Public Methods

Method 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

Method 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 method

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
return IEntityFieldCore[]