C# 클래스 MonoSoftware.MonoX.DAL.FactoryClasses.EntityFieldsFactory

Generates IEntityFields2 instances for different kind of Entities.
파일 보기 프로젝트 열기: MonoSoftware/MonoX-Data-Access-Layer

공개 메소드들

메소드 설명
CreateEntityFieldsObject ( MonoSoftware relatedEntityType ) : IEntityFields2

General factory entrance method which will return an EntityFields2 object with the format generated by the factory specified

비공개 메소드들

메소드 설명
CreateFields ( string entityName ) : IEntityFieldCore[]

General method which will return an array of IEntityFieldCore objects, used by the InheritanceInfoProvider. Only the fields defined in the entity are returned, no inherited fields.

EntityFieldsFactory ( ) : System

static ctor which initializes the static entity type cache.

메소드 상세

CreateEntityFieldsObject() 공개 정적인 메소드

General factory entrance method which will return an EntityFields2 object with the format generated by the factory specified
public static CreateEntityFieldsObject ( MonoSoftware relatedEntityType ) : IEntityFields2
relatedEntityType MonoSoftware The type of entity the fields are for
리턴 IEntityFields2