C# 클래스 Zetbox.Generator.Templates.ObjectClasses.DefaultMethods

상속: Zetbox.Generator.ResourceTemplate
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
dt DataType

공개 메소드들

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

보호된 메소드들

메소드 설명
ApplyPostCreatedTemplate ( ) : void
ApplyPostDeletingTemplate ( ) : void
ApplyPostPostSaveTemplate ( ) : void
ApplyPostPreSaveTemplate ( ) : void
ApplyPreCreatedTemplate ( ) : void
ApplyPreDeletingTemplate ( ) : void
ApplyPrePostSaveTemplate ( ) : void
ApplyPrePreSaveTemplate ( ) : void
ApplyRequisites ( ) : void

메소드 상세

ApplyPostCreatedTemplate() 보호된 메소드

protected ApplyPostCreatedTemplate ( ) : void
리턴 void

ApplyPostDeletingTemplate() 보호된 메소드

protected ApplyPostDeletingTemplate ( ) : void
리턴 void

ApplyPostPostSaveTemplate() 보호된 메소드

protected ApplyPostPostSaveTemplate ( ) : void
리턴 void

ApplyPostPreSaveTemplate() 보호된 메소드

protected ApplyPostPreSaveTemplate ( ) : void
리턴 void

ApplyPreCreatedTemplate() 보호된 메소드

protected ApplyPreCreatedTemplate ( ) : void
리턴 void

ApplyPreDeletingTemplate() 보호된 메소드

protected ApplyPreDeletingTemplate ( ) : void
리턴 void

ApplyPrePostSaveTemplate() 보호된 메소드

protected ApplyPrePostSaveTemplate ( ) : void
리턴 void

ApplyPrePreSaveTemplate() 보호된 메소드

protected ApplyPrePreSaveTemplate ( ) : void
리턴 void

ApplyRequisites() 보호된 메소드

protected ApplyRequisites ( ) : void
리턴 void

Call() 공개 정적인 메소드

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

DefaultMethods() 공개 메소드

public DefaultMethods ( Arebis _host, IZetboxContext ctx, DataType dt ) : System
_host Arebis
ctx IZetboxContext
dt DataType
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

dt 보호되어 있는 프로퍼티

protected DataType dt
리턴 DataType