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

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

Protected Properties

Property Type Description
assocName string
clsFullName string
ctx IZetboxContext
direction SerializerDirection
sourceMember string
streamName string
targetGuidMember string
targetMember string
targetRoleName 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, string clsFullName, string assocName, string targetRoleName ) : void
Generate ( ) : void
ObjectReferencePropertySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string sourceMember, string targetMember, string targetGuidMember, string clsFullName, string assocName, string targetRoleName ) : 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, string clsFullName, string assocName, string targetRoleName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
sourceMember string
targetMember string
targetGuidMember string
clsFullName string
assocName string
targetRoleName 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, string clsFullName, string assocName, string targetRoleName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
sourceMember string
targetMember string
targetGuidMember string
clsFullName string
assocName string
targetRoleName string
return System

Property Details

assocName protected property

protected string assocName
return string

clsFullName protected property

protected string clsFullName
return string

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

targetRoleName protected property

protected string targetRoleName
return string

xmlname protected property

protected string xmlname
return string

xmlnamespace protected property

protected string xmlnamespace
return string