C# Class Zetbox.Generator.Templates.ObjectClasses.Constructors

Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
asCollectionEntry bool
className string
compoundObjectProperties IEnumerable
ctx IZetboxContext

Méthodes publiques

Méthode Description
ApplyCompoundObjectPropertyInitialisers ( string lazyCtxProperty ) : void
Call ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : void
Constructors ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : System
Generate ( ) : void

Method Details

ApplyCompoundObjectPropertyInitialisers() public méthode

public ApplyCompoundObjectPropertyInitialisers ( string lazyCtxProperty ) : void
lazyCtxProperty string
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : void
_host Arebis
ctx IZetboxContext
className string
compoundObjectProperties IEnumerable
asCollectionEntry bool
Résultat void

Constructors() public méthode

public Constructors ( Arebis _host, IZetboxContext ctx, string className, IEnumerable compoundObjectProperties, bool asCollectionEntry ) : System
_host Arebis
ctx IZetboxContext
className string
compoundObjectProperties IEnumerable
asCollectionEntry bool
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

asCollectionEntry protected_oe property

protected bool asCollectionEntry
Résultat bool

className protected_oe property

protected string className
Résultat string

compoundObjectProperties protected_oe property

protected IEnumerable compoundObjectProperties
Résultat IEnumerable

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext