C# Class Zetbox.DalProvider.Ef.Generator.Templates.Properties.ObjectListProperty

Inheritance: Zetbox.Generator.ResourceTemplate
Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
endRole RelationEndRole
exposedListType string
name string
otherName string
positionPropertyName string
referencedInterface string
rel Relation
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
wrapperClass string
wrapperName string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : void
Generate ( ) : void
ObjectListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
wrapperName string
wrapperClass string
exposedListType string
rel Relation
endRole RelationEndRole
positionPropertyName string
otherName string
referencedInterface string
return void

Generate() public method

public Generate ( ) : void
return void

ObjectListProperty() public method

public ObjectListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
wrapperName string
wrapperClass string
exposedListType string
rel Relation
endRole RelationEndRole
positionPropertyName string
otherName string
referencedInterface string
return System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

endRole protected_oe property

protected RelationEndRole endRole
return RelationEndRole

exposedListType protected_oe property

protected string exposedListType
return string

name protected_oe property

protected string name
return string

otherName protected_oe property

protected string otherName
return string

positionPropertyName protected_oe property

protected string positionPropertyName
return string

referencedInterface protected_oe property

protected string referencedInterface
return string

rel protected_oe property

protected Relation rel
return Relation

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
return Zetbox.Generator.Templates.Serialization.SerializationMembersList

wrapperClass protected_oe property

protected string wrapperClass
return string

wrapperName protected_oe property

protected string wrapperName
return string