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

Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
direction SerializerDirection
isSetFlagName string
memberName string
memberType string
streamName string
xmlname string
xmlnamespace string

Public Methods

Method Description
AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void
Generate ( ) : void
SimplePropertyWithDefaultSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : System

Method Details

AddToSerializers() public static method

public static AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void
list SerializationMembersList
type SerializerType
xmlnamespace string
xmlname string
memberType string
memberName string
isSetFlagName string
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
memberType string
memberName string
isSetFlagName string
return void

Generate() public method

public Generate ( ) : void
return void

SimplePropertyWithDefaultSerialization() public method

public SimplePropertyWithDefaultSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
memberType string
memberName string
isSetFlagName string
return System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

direction protected_oe property

protected SerializerDirection direction
return SerializerDirection

isSetFlagName protected_oe property

protected string isSetFlagName
return string

memberName protected_oe property

protected string memberName
return string

memberType protected_oe property

protected string memberType
return string

streamName protected_oe property

protected string streamName
return string

xmlname protected_oe property

protected string xmlname
return string

xmlnamespace protected_oe property

protected string xmlnamespace
return string