C# 클래스 Zetbox.Generator.Templates.CollectionEntries.ValueCollectionEntryParentReference

상속: Zetbox.Generator.ResourceTemplate
파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
disableExport bool
fkName string
moduleNamespace string
propertyName string
referencedInterface string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : void
Generate ( ) : void
ValueCollectionEntryParentReference ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : System

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
referencedInterface string
propertyName string
fkName string
moduleNamespace string
disableExport bool
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ValueCollectionEntryParentReference() 공개 메소드

public ValueCollectionEntryParentReference ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string referencedInterface, string propertyName, string fkName, string moduleNamespace, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
referencedInterface string
propertyName string
fkName string
moduleNamespace string
disableExport bool
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

disableExport 보호되어 있는 프로퍼티

protected bool disableExport
리턴 bool

fkName 보호되어 있는 프로퍼티

protected string fkName
리턴 string

moduleNamespace 보호되어 있는 프로퍼티

protected string moduleNamespace
리턴 string

propertyName 보호되어 있는 프로퍼티

protected string propertyName
리턴 string

referencedInterface 보호되어 있는 프로퍼티

protected string referencedInterface
리턴 string

serializationList 보호되어 있는 프로퍼티

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
리턴 Zetbox.Generator.Templates.Serialization.SerializationMembersList