C# Класс MonoSoftware.MonoX.DAL.HelperClasses.InheritanceInfoProviderCore

Actual implementation of the InheritanceInfoProvider. Used by singleton wrapper.
Наследование: InheritanceInfoProviderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
GetEntityFields ( string entityName ) : IEntityFieldCore[]

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

Приватные методы

Метод Описание
InheritanceInfoProviderCore ( ) : System

Initializes a new instance of the InheritanceInfoProviderCore class.

Init ( ) : void

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

Описание методов

GetEntityFields() публичный Метод

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
Результат IEntityFieldCore[]