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

Inheritance: Zetbox.Generator.ResourceTemplate
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
ctx IZetboxContext
direction SerializerDirection
sourceMember string
streamName string
targetGuidMember string
targetMember string
xmlname string
xmlnamespace string

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ObjectReferencePropertySerialization() public méthode

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
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

direction protected_oe property

protected SerializerDirection direction
Résultat SerializerDirection

sourceMember protected_oe property

protected string sourceMember
Résultat string

streamName protected_oe property

protected string streamName
Résultat string

targetGuidMember protected_oe property

protected string targetGuidMember
Résultat string

targetMember protected_oe property

protected string targetMember
Résultat string

xmlname protected_oe property

protected string xmlname
Résultat string

xmlnamespace protected_oe property

protected string xmlnamespace
Résultat string