C# Class Zetbox.Generator.Templates.Properties.ComputeDefaultValue

Inheritance: Zetbox.Generator.MemberTemplate
Show file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
backingStoreName string
backingStoreType string
className string
ctx IZetboxContext
interfaceName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
propertyName string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void
ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System
Generate ( ) : void

Method Details

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : void
_host Arebis
ctx IZetboxContext
interfaceName string
className string
propertyName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
return void

ComputeDefaultValue() public method

public ComputeDefaultValue ( Arebis _host, IZetboxContext ctx, string interfaceName, string className, string propertyName, bool isNullable, string isSetFlagName, System.Guid propertyGuid, string backingStoreType, string backingStoreName ) : System
_host Arebis
ctx IZetboxContext
interfaceName string
className string
propertyName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
backingStoreType string
backingStoreName string
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

backingStoreName protected property

protected string backingStoreName
return string

backingStoreType protected property

protected string backingStoreType
return string

className protected property

protected string className
return string

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

interfaceName protected property

protected string interfaceName
return string

isNullable protected property

protected bool isNullable
return bool

isSetFlagName protected property

protected string isSetFlagName
return string

propertyGuid protected property

protected Guid,System propertyGuid
return System.Guid

propertyName protected property

protected string propertyName
return string