C# Класс TSystems.RELOAD.Extension.GatewayRequestHandler.Request

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DestinationOverlay string

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

Свойство Тип Описание
CodePoint Usage_Code_Point
args string[]
machine Machine
type int

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

Метод Описание
Request ( Machine machine, Usage_Code_Point codePoint, int type, string args = null ) : System
fire ( string nameSpace, NodeId id ) : void

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

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

public Request ( Machine machine, Usage_Code_Point codePoint, int type, string args = null ) : System
machine Machine
codePoint Usage_Code_Point
type int
args string
Результат System

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

public abstract fire ( string nameSpace, NodeId id ) : void
nameSpace string
id TSystems.RELOAD.Utils.NodeId
Результат void

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

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

protected Usage_Code_Point CodePoint
Результат Usage_Code_Point

DestinationOverlay публичное свойство

public string DestinationOverlay
Результат string

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

protected string[] args
Результат string[]

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

protected Machine machine
Результат Machine

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

protected int type
Результат int