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

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

Protected Properties

Property Type Description
ctx IZetboxContext
direction SerializerDirection
propertyName 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 propertyName ) : void
EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : 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 propertyName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
propertyName string
return void

EagerObjectLoadingSerialization() public method

public EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
propertyName string
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

direction protected property

protected SerializerDirection direction
return SerializerDirection

propertyName protected property

protected string propertyName
return string

streamName protected property

protected string streamName
return string

xmlname protected property

protected string xmlname
return string

xmlnamespace protected property

protected string xmlnamespace
return string