C# 클래스 Zetbox.DalProvider.Ef.Generator.Templates.EfModel.ModelCsdl

파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx ) : void
Generate ( ) : void
ModelCsdl ( Arebis _host, IZetboxContext ctx ) : System

보호된 메소드들

메소드 설명
ApplyEntityTypeFieldDefs ( IEnumerable properties ) : void
GetAbstractModifier ( ObjectClass cls ) : string

비공개 메소드들

메소드 설명
PlainPropertyDefinitionFromValueType ( ValueTypeProperty prop, string name, string implementationSuffix ) : string

returns a <Property/> element describing the property without regards for the IsList flag.

메소드 상세

ApplyEntityTypeFieldDefs() 보호된 메소드

protected ApplyEntityTypeFieldDefs ( IEnumerable properties ) : void
properties IEnumerable
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx ) : void
_host Arebis
ctx IZetboxContext
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GetAbstractModifier() 보호된 메소드

protected GetAbstractModifier ( ObjectClass cls ) : string
cls ObjectClass
리턴 string

ModelCsdl() 공개 메소드

public ModelCsdl ( Arebis _host, IZetboxContext ctx ) : System
_host Arebis
ctx IZetboxContext
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext