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

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

Protected Properties

Свойство Type Description
collectionName string
ctx IZetboxContext
direction SerializerDirection
disableExport bool
orderByValue bool
streamName string
xmlname string
xmlnamespace string

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Call() public static méthode

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
Résultat void

CollectionSerialization() public méthode

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
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

ShouldSerialize() public méthode

public ShouldSerialize ( ) : bool
Résultat bool

Property Details

collectionName protected_oe property

protected string collectionName
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

direction protected_oe property

protected SerializerDirection direction
Résultat SerializerDirection

disableExport protected_oe property

protected bool disableExport
Résultat bool

orderByValue protected_oe property

protected bool orderByValue
Résultat bool

streamName protected_oe property

protected string streamName
Résultat string

xmlname protected_oe property

protected string xmlname
Résultat string

xmlnamespace protected_oe property

protected string xmlnamespace
Résultat string