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

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
fkBackingName string
fkGuidBackingName string
implName string
isExportable bool
name string
referencedImplementation string
referencedInterface string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : void
Generate ( ) : void
ReloadOneReference ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : System

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : void
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implName string
fkBackingName string
fkGuidBackingName string
isExportable bool
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ReloadOneReference() 공개 메소드

public ReloadOneReference ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implName, string fkBackingName, string fkGuidBackingName, bool isExportable ) : System
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implName string
fkBackingName string
fkGuidBackingName string
isExportable bool
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

fkBackingName 보호되어 있는 프로퍼티

protected string fkBackingName
리턴 string

fkGuidBackingName 보호되어 있는 프로퍼티

protected string fkGuidBackingName
리턴 string

implName 보호되어 있는 프로퍼티

protected string implName
리턴 string

isExportable 보호되어 있는 프로퍼티

protected bool isExportable
리턴 bool

name 보호되어 있는 프로퍼티

protected string name
리턴 string

referencedImplementation 보호되어 있는 프로퍼티

protected string referencedImplementation
리턴 string

referencedInterface 보호되어 있는 프로퍼티

protected string referencedInterface
리턴 string