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

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

Protected Properties

Property Type Description
cls ObjectClass
ctx IZetboxContext
ifName string
implName string
propertyDescriptorName string

Public Methods

Method 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 method

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

Call() public static method

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
return void

CustomTypeDescriptor() public method

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
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

cls protected property

protected ObjectClass cls
return ObjectClass

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

ifName protected property

protected string ifName
return string

implName protected property

protected string implName
return string

propertyDescriptorName protected property

protected string propertyDescriptorName
return string