C# 클래스 Zetbox.Generator.Templates.Properties.NotifyingDataProperty

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

보호된 프로퍼티들

프로퍼티 타입 설명
className string
hasDefaultValue bool
isNullable bool
propExportGuid System.Guid

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : void
NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : System
NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport, string className, bool isNullable, bool hasDefaultValue, System.Guid propExportGuid ) : System

보호된 메소드들

메소드 설명
AddSerialization ( Serialization list, string name ) : void
ApplyBackingStoreDefinition ( ) : void
ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyTailTemplate ( ) : void

메소드 상세

AddSerialization() 보호된 메소드

protected AddSerialization ( Serialization list, string name ) : void
list Serialization
name string
리턴 void

ApplyBackingStoreDefinition() 보호된 메소드

protected ApplyBackingStoreDefinition ( ) : void
리턴 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, Serialization serializationList, System.Property prop ) : void
host Arebis
ctx IZetboxContext
serializationList Serialization
prop System.Property
리턴 void

NotifyingDataProperty() 공개 메소드

public NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, System.Property prop ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
prop System.Property
리턴 System

NotifyingDataProperty() 공개 메소드

public NotifyingDataProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport, string className, bool isNullable, bool hasDefaultValue, System.Guid propExportGuid ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
backingName string
isCalculated bool
disableExport bool
className string
isNullable bool
hasDefaultValue bool
propExportGuid System.Guid
리턴 System

프로퍼티 상세

className 보호되어 있는 프로퍼티

protected string className
리턴 string

hasDefaultValue 보호되어 있는 프로퍼티

protected bool hasDefaultValue
리턴 bool

isNullable 보호되어 있는 프로퍼티

protected bool isNullable
리턴 bool

propExportGuid 보호되어 있는 프로퍼티

protected Guid,System propExportGuid
리턴 System.Guid