C# 클래스 Zetbox.DalProvider.Ef.Generator.Templates.Properties.CompoundObjectPropertyTemplate

파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
backingPropertyName string
backingStoreName string
coImplementationType string
coType string
ctx IZetboxContext
disableExport bool
propName string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
xmlNamespace string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : void
CompoundObjectPropertyTemplate ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : System
Generate ( ) : void

보호된 메소드들

메소드 설명
AddSerialization ( Zetbox.Generator.Templates list, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void

메소드 상세

AddSerialization() 보호된 메소드

protected AddSerialization ( Zetbox.Generator.Templates list, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void
list Zetbox.Generator.Templates
memberType string
memberName string
backingStoreType string
backingStoreName string
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
xmlNamespace string
propName string
backingPropertyName string
backingStoreName string
coType string
coImplementationType string
disableExport bool
리턴 void

CompoundObjectPropertyTemplate() 공개 메소드

public CompoundObjectPropertyTemplate ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string xmlNamespace, string propName, string backingPropertyName, string backingStoreName, string coType, string coImplementationType, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
xmlNamespace string
propName string
backingPropertyName string
backingStoreName string
coType string
coImplementationType string
disableExport bool
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

backingPropertyName 보호되어 있는 프로퍼티

protected string backingPropertyName
리턴 string

backingStoreName 보호되어 있는 프로퍼티

protected string backingStoreName
리턴 string

coImplementationType 보호되어 있는 프로퍼티

protected string coImplementationType
리턴 string

coType 보호되어 있는 프로퍼티

protected string coType
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

disableExport 보호되어 있는 프로퍼티

protected bool disableExport
리턴 bool

propName 보호되어 있는 프로퍼티

protected string propName
리턴 string

serializationList 보호되어 있는 프로퍼티

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

xmlNamespace 보호되어 있는 프로퍼티

protected string xmlNamespace
리턴 string