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

Inheritance: Zetbox.Generator.ResourceTemplate
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
ctx IZetboxContext
prop System.Property
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

Méthodes publiques

Méthode Description
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, System.Property prop ) : void
Generate ( ) : void
ValueCollectionProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, System.Property prop ) : System

Méthodes protégées

Méthode Description
AddSerialization ( Zetbox.Generator.Templates list, string efName ) : void

Method Details

AddSerialization() protected méthode

protected AddSerialization ( Zetbox.Generator.Templates list, string efName ) : void
list Zetbox.Generator.Templates
efName string
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, System.Property prop ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
prop System.Property
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ValueCollectionProperty() public méthode

public ValueCollectionProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, System.Property prop ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
prop System.Property
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

prop protected_oe property

protected Property,System prop
Résultat System.Property

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
Résultat Zetbox.Generator.Templates.Serialization.SerializationMembersList