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

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

protected IZetboxContext ctx
return IZetboxContext

direction protected_oe property

protected SerializerDirection direction
return SerializerDirection

sourceMember protected_oe property

protected string sourceMember
return string

streamName protected_oe property

protected string streamName
return string

targetGuidMember protected_oe property

protected string targetGuidMember
return string

targetMember protected_oe property

protected string targetMember
return string

xmlname protected_oe property

protected string xmlname
return string

xmlnamespace protected_oe property

protected string xmlnamespace
return string