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

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

보호된 프로퍼티들

프로퍼티 타입 설명
backingName string
ctx IZetboxContext
disableExport bool
isCalculated bool
modulenamespace string
name string
serializationList Serialization.SerializationMembersList
type string

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, bool isCalculated, bool disableExport ) : void
Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : void
Generate ( ) : void
NotifyingValueProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : System

보호된 메소드들

메소드 설명
AddSerialization ( Serialization list, string name ) : void
ApplyAttributesTemplate ( ) : void

Is called to apply optional decoration in front of the property declaration, like Attributes.

ApplyBackingStoreDefinition ( ) : void
ApplyBackingStoreIsDirtyDefinition ( ) : void
ApplyDateTimeKindSpecifier ( ) : void

Forces all DateTimeKind.Unspecified values into local time, without changing the actual value.

ApplyOnAllSetTemplate ( ) : void
ApplyOnGetTemplate ( ) : void
ApplyPostSetTemplate ( ) : void
ApplyPreSetTemplate ( ) : void
ApplyRequisitesTemplate ( ) : void

Is called to insert requisites into the containing class, like wrappers or similar.

ApplySecurityCheckTemplate ( ) : void
ApplyTailTemplate ( ) : void

메소드 상세

AddSerialization() 보호된 메소드

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

ApplyAttributesTemplate() 보호된 메소드

Is called to apply optional decoration in front of the property declaration, like Attributes.
protected ApplyAttributesTemplate ( ) : void
리턴 void

ApplyBackingStoreDefinition() 보호된 메소드

protected ApplyBackingStoreDefinition ( ) : void
리턴 void

ApplyBackingStoreIsDirtyDefinition() 보호된 메소드

protected ApplyBackingStoreIsDirtyDefinition ( ) : void
리턴 void

ApplyDateTimeKindSpecifier() 보호된 메소드

Forces all DateTimeKind.Unspecified values into local time, without changing the actual value.
protected ApplyDateTimeKindSpecifier ( ) : void
리턴 void

ApplyOnAllSetTemplate() 보호된 메소드

protected ApplyOnAllSetTemplate ( ) : void
리턴 void

ApplyOnGetTemplate() 보호된 메소드

protected ApplyOnGetTemplate ( ) : void
리턴 void

ApplyPostSetTemplate() 보호된 메소드

protected ApplyPostSetTemplate ( ) : void
리턴 void

ApplyPreSetTemplate() 보호된 메소드

protected ApplyPreSetTemplate ( ) : void
리턴 void

ApplyRequisitesTemplate() 보호된 메소드

Is called to insert requisites into the containing class, like wrappers or similar.
protected ApplyRequisitesTemplate ( ) : void
리턴 void

ApplySecurityCheckTemplate() 보호된 메소드

protected ApplySecurityCheckTemplate ( ) : void
리턴 void

ApplyTailTemplate() 보호된 메소드

protected ApplyTailTemplate ( ) : void
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, bool isCalculated, bool disableExport ) : void
host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
isCalculated bool
disableExport bool
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
backingName string
isCalculated bool
disableExport bool
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

NotifyingValueProperty() 공개 메소드

public NotifyingValueProperty ( Arebis _host, IZetboxContext ctx, Serialization serializationList, string type, string name, string modulenamespace, string backingName, bool isCalculated, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
type string
name string
modulenamespace string
backingName string
isCalculated bool
disableExport bool
리턴 System

프로퍼티 상세

backingName 보호되어 있는 프로퍼티

protected string backingName
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

disableExport 보호되어 있는 프로퍼티

protected bool disableExport
리턴 bool

isCalculated 보호되어 있는 프로퍼티

protected bool isCalculated
리턴 bool

modulenamespace 보호되어 있는 프로퍼티

protected string modulenamespace
리턴 string

name 보호되어 있는 프로퍼티

protected string name
리턴 string

serializationList 보호되어 있는 프로퍼티

protected Serialization.SerializationMembersList serializationList
리턴 Serialization.SerializationMembersList

type 보호되어 있는 프로퍼티

protected string type
리턴 string