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

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

보호된 프로퍼티들

프로퍼티 타입 설명
backingStoreName string
ctx IZetboxContext
implementationTypeName string
lazyCtxParam string
propertyName string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : void
Call ( IGenerationHost _host, IZetboxContext ctx, CompoundObjectProperty property, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
Call ( IGenerationHost _host, IZetboxContext ctx, IEnumerable properties, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
CompoundObjectPropertyInitialisation ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : System
Generate ( ) : void

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : void
_host Arebis
ctx IZetboxContext
implementationTypeName string
propertyName string
backingStoreName string
lazyCtxParam string
리턴 void

Call() 공개 정적인 메소드

public static Call ( IGenerationHost _host, IZetboxContext ctx, CompoundObjectProperty property, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
_host IGenerationHost
ctx IZetboxContext
property CompoundObjectProperty
asCollectionEntry bool
implementationSuffix string
implementationPropertySuffix string
lazyCtxProperty string
리턴 void

Call() 공개 정적인 메소드

public static Call ( IGenerationHost _host, IZetboxContext ctx, IEnumerable properties, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void
_host IGenerationHost
ctx IZetboxContext
properties IEnumerable
asCollectionEntry bool
implementationSuffix string
implementationPropertySuffix string
lazyCtxProperty string
리턴 void

CompoundObjectPropertyInitialisation() 공개 메소드

public CompoundObjectPropertyInitialisation ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : System
_host Arebis
ctx IZetboxContext
implementationTypeName string
propertyName string
backingStoreName string
lazyCtxParam string
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

backingStoreName 보호되어 있는 프로퍼티

protected string backingStoreName
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

implementationTypeName 보호되어 있는 프로퍼티

protected string implementationTypeName
리턴 string

lazyCtxParam 보호되어 있는 프로퍼티

protected string lazyCtxParam
리턴 string

propertyName 보호되어 있는 프로퍼티

protected string propertyName
리턴 string