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

Inheritance: Zetbox.Generator.ResourceTemplate
显示文件 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_oe property

protected string assocName
return string

clsFullName protected_oe property

protected string clsFullName
return string

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

targetRoleName protected_oe property

protected string targetRoleName
return string

xmlname protected_oe property

protected string xmlname
return string

xmlnamespace protected_oe property

protected string xmlnamespace
return string