C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.ObjectClasses.ProxyClassChild

Inheritance: Zetbox.Generator.ResourceTemplate
ファイルを表示 Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
className string
ctx IZetboxContext
nameAndInitialiserList string>>.IEnumerable
parentClassName string
typeAndNameList string>>.IEnumerable

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, string className, string parentClassName, string>.IEnumerable nameAndInitialiserList, string>.IEnumerable typeAndNameList ) : void
Generate ( ) : void
ProxyClassChild ( Arebis _host, IZetboxContext ctx, string className, string parentClassName, string>.IEnumerable nameAndInitialiserList, string>.IEnumerable typeAndNameList ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, string className, string parentClassName, string>.IEnumerable nameAndInitialiserList, string>.IEnumerable typeAndNameList ) : void
_host Arebis
ctx IZetboxContext
className string
parentClassName string
nameAndInitialiserList string>.IEnumerable
typeAndNameList string>.IEnumerable
return void

Generate() public method

public Generate ( ) : void
return void

ProxyClassChild() public method

public ProxyClassChild ( Arebis _host, IZetboxContext ctx, string className, string parentClassName, string>.IEnumerable nameAndInitialiserList, string>.IEnumerable typeAndNameList ) : System
_host Arebis
ctx IZetboxContext
className string
parentClassName string
nameAndInitialiserList string>.IEnumerable
typeAndNameList string>.IEnumerable
return System

Property Details

className protected_oe property

protected string className
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

nameAndInitialiserList protected_oe property

protected IEnumerable> nameAndInitialiserList
return string>>.IEnumerable

parentClassName protected_oe property

protected string parentClassName
return string

typeAndNameList protected_oe property

protected IEnumerable> typeAndNameList
return string>>.IEnumerable