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

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

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

Call() 공개 정적인 메소드

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

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string referencedInterface, string referencedImplementation, string name, string implNameUnused, string fkBackingName, string fkGuidBackingName, bool isExportable ) : void
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implNameUnused 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 implNameUnused, string fkBackingName, string fkGuidBackingName, bool isExportable ) : System
_host Arebis
ctx IZetboxContext
referencedInterface string
referencedImplementation string
name string
implNameUnused string
fkBackingName string
fkGuidBackingName string
isExportable bool
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

fkBackingName 보호되어 있는 프로퍼티

protected string fkBackingName
리턴 string

fkGuidBackingName 보호되어 있는 프로퍼티

protected string fkGuidBackingName
리턴 string

implNameUnused 보호되어 있는 프로퍼티

protected string implNameUnused
리턴 string

isExportable 보호되어 있는 프로퍼티

protected bool isExportable
리턴 bool

name 보호되어 있는 프로퍼티

protected string name
리턴 string

referencedImplementation 보호되어 있는 프로퍼티

protected string referencedImplementation
리턴 string

referencedInterface 보호되어 있는 프로퍼티

protected string referencedInterface
리턴 string