C# Class Zetbox.Generator.Templates.ObjectClasses.CustomTypeDescriptor

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

Protected Properties

Свойство Type Description
cls ObjectClass
ctx IZetboxContext
ifName string
implName string
propertyDescriptorName string

Méthodes publiques

Méthode Description
Call ( Arebis host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName ) : void
Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : void
CustomTypeDescriptor ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : System
Generate ( ) : void

Method Details

Call() public static méthode

public static Call ( Arebis host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName ) : void
host Arebis
ctx IZetboxContext
cls ObjectClass
ifName string
implName string
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : void
_host Arebis
ctx IZetboxContext
cls ObjectClass
ifName string
implName string
propertyDescriptorName string
Résultat void

CustomTypeDescriptor() public méthode

public CustomTypeDescriptor ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : System
_host Arebis
ctx IZetboxContext
cls ObjectClass
ifName string
implName string
propertyDescriptorName string
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

cls protected_oe property

protected ObjectClass cls
Résultat ObjectClass

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

ifName protected_oe property

protected string ifName
Résultat string

implName protected_oe property

protected string implName
Résultat string

propertyDescriptorName protected_oe property

protected string propertyDescriptorName
Résultat string