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

Inheritance: Zetbox.Generator.ResourceTemplate
Mostrar archivo 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_oe property

protected string collectionName
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

direction protected_oe property

protected SerializerDirection direction
return SerializerDirection

disableExport protected_oe property

protected bool disableExport
return bool

orderByValue protected_oe property

protected bool orderByValue
return bool

streamName protected_oe property

protected string streamName
return string

xmlname protected_oe property

protected string xmlname
return string

xmlnamespace protected_oe property

protected string xmlnamespace
return string