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

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

protected IZetboxContext ctx
return IZetboxContext

direction protected_oe property

protected SerializerDirection direction
return SerializerDirection

propertyName protected_oe property

protected string propertyName
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