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

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

Protected Properties

Property Type Description
ctx IZetboxContext
prop System.Property
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

Public Methods

Method 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

Protected Methods

Method Description
AddSerialization ( Zetbox.Generator.Templates list, string efName ) : void

Method Details

AddSerialization() protected method

protected AddSerialization ( Zetbox.Generator.Templates list, string efName ) : void
list Zetbox.Generator.Templates
efName string
return void

Call() public static method

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

Generate() public method

public Generate ( ) : void
return void

ValueCollectionProperty() public method

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

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

prop protected_oe property

protected Property,System prop
return System.Property

serializationList protected_oe property

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