C# 클래스 TSystems.RELOAD.Extension.GatewayRequestHandler.Request

파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET

공개 프로퍼티들

프로퍼티 타입 설명
DestinationOverlay string

보호된 프로퍼티들

프로퍼티 타입 설명
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