C# Class Zetbox.DalProvider.Ef.Generator.Templates.Serialization.CollectionSerialization

Inheritance: Zetbox.Generator.Templates.Serialization.CollectionSerialization
Exibir arquivo Open project: daszat/zetbox

Public Methods

Method Description
CollectionSerialization ( Arebis _host, IZetboxContext ctx, Zetbox.Generator.Templates direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System
ShouldSerialize ( ) : bool

Method Details

CollectionSerialization() public method

public CollectionSerialization ( Arebis _host, IZetboxContext ctx, Zetbox.Generator.Templates direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
direction Zetbox.Generator.Templates
streamName string
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
return System

ShouldSerialize() public method

public ShouldSerialize ( ) : bool
return bool