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

Inheritance: Zetbox.Generator.MemberTemplate
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
backingStoreName string
backingStoreType string
className string
ctx IZetboxContext
interfaceName string
isNullable bool
isSetFlagName string
propertyGuid System.Guid
propertyName string

Méthodes publiques

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

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

ComputeDefaultValue() public méthode

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

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

backingStoreName protected_oe property

protected string backingStoreName
Résultat string

backingStoreType protected_oe property

protected string backingStoreType
Résultat string

className protected_oe property

protected string className
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

interfaceName protected_oe property

protected string interfaceName
Résultat string

isNullable protected_oe property

protected bool isNullable
Résultat bool

isSetFlagName protected_oe property

protected string isSetFlagName
Résultat string

propertyGuid protected_oe property

protected Guid,System propertyGuid
Résultat System.Guid

propertyName protected_oe property

protected string propertyName
Résultat string