C# 클래스 MonoSoftware.MonoX.DAL.HelperClasses.InheritanceInfoProviderCore

Actual implementation of the InheritanceInfoProvider. Used by singleton wrapper.
상속: InheritanceInfoProviderBase
파일 보기 프로젝트 열기: MonoSoftware/MonoX-Data-Access-Layer

공개 메소드들

메소드 설명
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[]