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

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

보호된 프로퍼티들

프로퍼티 타입 설명
cls DataType
clsName string
ctx IZetboxContext
implName string
otherInterface string

공개 메소드들

메소드 설명
ApplyChangesFromMethod ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : System
Call ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : void
Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType, string implName ) : void
Call ( IGenerationHost host, IZetboxContext ctx, string otherInterface, DataType dataType, string implName ) : void
Generate ( ) : void

메소드 상세

ApplyChangesFromMethod() 공개 메소드

public ApplyChangesFromMethod ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : System
_host Arebis
ctx IZetboxContext
otherInterface string
cls DataType
clsName string
implName string
리턴 System

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : void
_host Arebis
ctx IZetboxContext
otherInterface string
cls DataType
clsName string
implName string
리턴 void

Call() 공개 정적인 메소드

public static Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType, string implName ) : void
host IGenerationHost
ctx IZetboxContext
dataType DataType
implName string
리턴 void

Call() 공개 정적인 메소드

public static Call ( IGenerationHost host, IZetboxContext ctx, string otherInterface, DataType dataType, string implName ) : void
host IGenerationHost
ctx IZetboxContext
otherInterface string
dataType DataType
implName string
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

cls 보호되어 있는 프로퍼티

protected DataType cls
리턴 DataType

clsName 보호되어 있는 프로퍼티

protected string clsName
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

implName 보호되어 있는 프로퍼티

protected string implName
리턴 string

otherInterface 보호되어 있는 프로퍼티

protected string otherInterface
리턴 string