C# Класс Zetbox.Generator.Templates.ObjectClasses.ApplyChangesFromMethod

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
cls DataType
clsName string
ctx IZetboxContext
implName string
otherInterface string

Открытые методы

Метод Описание
ApplyChangesFromMethod ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : System
Call ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : void
Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType, string implName ) : void
Call ( IGenerationHost host, IZetboxContext ctx, string otherInterface, DataType dataType, string implName ) : void
Generate ( ) : void

Описание методов

ApplyChangesFromMethod() публичный Метод

public ApplyChangesFromMethod ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : System
_host Arebis
ctx IZetboxContext
otherInterface string
cls DataType
clsName string
implName string
Результат System

Call() публичный статический Метод

public static Call ( Arebis _host, IZetboxContext ctx, string otherInterface, DataType cls, string clsName, string implName ) : void
_host Arebis
ctx IZetboxContext
otherInterface string
cls DataType
clsName string
implName string
Результат void

Call() публичный статический Метод

public static Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType, string implName ) : void
host IGenerationHost
ctx IZetboxContext
dataType DataType
implName string
Результат void

Call() публичный статический Метод

public static Call ( IGenerationHost host, IZetboxContext ctx, string otherInterface, DataType dataType, string implName ) : void
host IGenerationHost
ctx IZetboxContext
otherInterface string
dataType DataType
implName string
Результат void

Generate() публичный Метод

public Generate ( ) : void
Результат void

Описание свойств

cls защищенное свойство

protected DataType cls
Результат DataType

clsName защищенное свойство

protected string clsName
Результат string

ctx защищенное свойство

protected IZetboxContext ctx
Результат IZetboxContext

implName защищенное свойство

protected string implName
Результат string

otherInterface защищенное свойство

protected string otherInterface
Результат string