C# 클래스 Zetbox.DalProvider.NHibernate.Generator.Templates.Properties.ProxyProperty

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

보호된 프로퍼티들

프로퍼티 타입 설명
backingStoreName string
backingStoreType string
className string
ctx IZetboxContext
disableExport bool
hasDefaultValue bool
interfaceName string
isCalculated bool
isNullable bool
isSetFlagName string
moduleNamespace string
overrideParent bool
propertyGuid System.Guid
propertyName string
propertyType string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
useEvents bool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : void
Generate ( ) : void
ProxyProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : System

보호된 메소드들

메소드 설명
AddSerialization ( Zetbox.Generator.Templates list, string memberName, string fkBackingName ) : void
ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyTailTemplate ( ) : void
ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes

메소드 상세

AddSerialization() 보호된 메소드

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

ApplyOnAllSetTemplate() 보호된 메소드

protected ApplyOnAllSetTemplate ( ) : void
리턴 void

ApplyOnGetTemplate() 보호된 메소드

protected ApplyOnGetTemplate ( ) : void
리턴 void

ApplyPostSetTemplate() 보호된 메소드

protected ApplyPostSetTemplate ( ) : void
리턴 void

ApplyPreSetTemplate() 보호된 메소드

protected ApplyPreSetTemplate ( ) : void
리턴 void

ApplyTailTemplate() 보호된 메소드

protected ApplyTailTemplate ( ) : void
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
moduleNamespace string
propertyType string
propertyName string
overrideParent bool
useEvents bool
hasDefaultValue bool
interfaceName string
className string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
isCalculated bool
disableExport bool
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ModifyMemberAttributes() 보호된 메소드

protected ModifyMemberAttributes ( MemberAttributes memberAttributes ) : MemberAttributes
memberAttributes MemberAttributes
리턴 MemberAttributes

ProxyProperty() 공개 메소드

public ProxyProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string moduleNamespace, string propertyType, string propertyName, bool overrideParent, bool useEvents, bool hasDefaultValue, string interfaceName, string className, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName, bool isCalculated, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
moduleNamespace string
propertyType string
propertyName string
overrideParent bool
useEvents bool
hasDefaultValue bool
interfaceName string
className string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
isCalculated bool
disableExport bool
리턴 System

프로퍼티 상세

backingStoreName 보호되어 있는 프로퍼티

protected string backingStoreName
리턴 string

backingStoreType 보호되어 있는 프로퍼티

protected string backingStoreType
리턴 string

className 보호되어 있는 프로퍼티

protected string className
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

disableExport 보호되어 있는 프로퍼티

protected bool disableExport
리턴 bool

hasDefaultValue 보호되어 있는 프로퍼티

protected bool hasDefaultValue
리턴 bool

interfaceName 보호되어 있는 프로퍼티

protected string interfaceName
리턴 string

isCalculated 보호되어 있는 프로퍼티

protected bool isCalculated
리턴 bool

isNullable 보호되어 있는 프로퍼티

protected bool isNullable
리턴 bool

isSetFlagName 보호되어 있는 프로퍼티

protected string isSetFlagName
리턴 string

moduleNamespace 보호되어 있는 프로퍼티

protected string moduleNamespace
리턴 string

overrideParent 보호되어 있는 프로퍼티

protected bool overrideParent
리턴 bool

propertyGuid 보호되어 있는 프로퍼티

protected Guid,System propertyGuid
리턴 System.Guid

propertyName 보호되어 있는 프로퍼티

protected string propertyName
리턴 string

propertyType 보호되어 있는 프로퍼티

protected string propertyType
리턴 string

serializationList 보호되어 있는 프로퍼티

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

useEvents 보호되어 있는 프로퍼티

protected bool useEvents
리턴 bool