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

Inheritance: Zetbox.Generator.ResourceTemplate
Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
backingStoreName string
backingStoreType string
ctx IZetboxContext
direction SerializerDirection
memberName string
memberType string
streamName string
xmlname string
xmlnamespace string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void
CompoundObjectSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : System
Generate ( ) : void

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
memberType string
memberName string
backingStoreType string
backingStoreName string
return void

CompoundObjectSerialization() public method

public CompoundObjectSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
memberType string
memberName string
backingStoreType string
backingStoreName string
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

backingStoreName protected_oe property

protected string backingStoreName
return string

backingStoreType protected_oe property

protected string backingStoreType
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

direction protected_oe property

protected SerializerDirection direction
return SerializerDirection

memberName protected_oe property

protected string memberName
return string

memberType protected_oe property

protected string memberType
return string

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