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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void
Generate ( ) : void
GetAuditProperties ( ) : List
GetRecalcProperties ( ) : List
OnPropertyChange ( Arebis _host, IZetboxContext ctx, DataType dt ) : System

보호된 메소드들

메소드 설명
ApplyNotifyPropertyChanged ( System.Property prop ) : void
ApplyNotifyPropertyChanging ( System.Property prop ) : void
GetNonModifyingProperties ( ) : List

메소드 상세

ApplyNotifyPropertyChanged() 보호된 메소드

protected ApplyNotifyPropertyChanged ( System.Property prop ) : void
prop System.Property
리턴 void

ApplyNotifyPropertyChanging() 보호된 메소드

protected ApplyNotifyPropertyChanging ( System.Property prop ) : void
prop System.Property
리턴 void

Call() 공개 정적인 메소드

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

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GetAuditProperties() 공개 메소드

public GetAuditProperties ( ) : List
리턴 List

GetNonModifyingProperties() 보호된 메소드

protected GetNonModifyingProperties ( ) : List
리턴 List

GetRecalcProperties() 공개 메소드

public GetRecalcProperties ( ) : List
리턴 List

OnPropertyChange() 공개 메소드

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

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

dt 보호되어 있는 프로퍼티

protected DataType dt
리턴 DataType