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

Show file 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 property

protected IZetboxContext ctx
return IZetboxContext

direction protected property

protected SerializerDirection direction
return SerializerDirection

isSetFlagName protected property

protected string isSetFlagName
return string

memberName protected property

protected string memberName
return string

memberType protected property

protected string memberType
return string

streamName protected property

protected string streamName
return string

xmlname protected property

protected string xmlname
return string

xmlnamespace protected property

protected string xmlnamespace
return string