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

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

Protected Properties

Property Type Description
ctx IZetboxContext
direction SerializerDirection
sourceMember string
streamName string
targetGuidMember string
targetMember string
xmlname string
xmlnamespace string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string sourceMember, string targetMember, string targetGuidMember ) : void
Generate ( ) : void
ObjectReferencePropertySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string sourceMember, string targetMember, string targetGuidMember ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string sourceMember, string targetMember, string targetGuidMember ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
sourceMember string
targetMember string
targetGuidMember string
return void

Generate() public method

public Generate ( ) : void
return void

ObjectReferencePropertySerialization() public method

public ObjectReferencePropertySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string sourceMember, string targetMember, string targetGuidMember ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
sourceMember string
targetMember string
targetGuidMember string
return System

Property Details

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

direction protected property

protected SerializerDirection direction
return SerializerDirection

sourceMember protected property

protected string sourceMember
return string

streamName protected property

protected string streamName
return string

targetGuidMember protected property

protected string targetGuidMember
return string

targetMember protected property

protected string targetMember
return string

xmlname protected property

protected string xmlname
return string

xmlnamespace protected property

protected string xmlnamespace
return string