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

Inheritance: Zetbox.Generator.ResourceTemplate
Show file Open project: daszat/zetbox

Protected Properties

Property Type Description
collectionName string
ctx IZetboxContext
direction SerializerDirection
disableExport bool
orderByValue bool
streamName string
xmlname string
xmlnamespace string

Public Methods

Method Description
Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
CollectionSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System
Generate ( ) : void
ShouldSerialize ( ) : bool

Method Details

Add() public static method

public static Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
list SerializationMembersList
ctx IZetboxContext
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
return void

CollectionSerialization() public method

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

Generate() public method

public Generate ( ) : void
return void

ShouldSerialize() public method

public ShouldSerialize ( ) : bool
return bool

Property Details

collectionName protected property

protected string collectionName
return string

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

direction protected property

protected SerializerDirection direction
return SerializerDirection

disableExport protected property

protected bool disableExport
return bool

orderByValue protected property

protected bool orderByValue
return bool

streamName protected property

protected string streamName
return string

xmlname protected property

protected string xmlname
return string

xmlnamespace protected property

protected string xmlnamespace
return string