C# 클래스 OSAE.OSAEMethod

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetObjectNameFromMethodId string

공개 메소드들

메소드 설명
OSAEMethod ( ) : System
OSAEMethod ( int id, string methodName, string methodLabel, string objName, string param1, string param2, string address, string owner, string fromObject ) : System
OSAEMethod ( string objName, string methodName, string methodLabel, string param1, string param2, string address, string owner, string fromObject ) : System
Run ( ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
GetObjectNameFromMethodId ( int methodId ) : string

메소드 상세

OSAEMethod() 공개 메소드

public OSAEMethod ( ) : System
리턴 System

OSAEMethod() 공개 메소드

public OSAEMethod ( int id, string methodName, string methodLabel, string objName, string param1, string param2, string address, string owner, string fromObject ) : System
id int
methodName string
methodLabel string
objName string
param1 string
param2 string
address string
owner string
fromObject string
리턴 System

OSAEMethod() 공개 메소드

public OSAEMethod ( string objName, string methodName, string methodLabel, string param1, string param2, string address, string owner, string fromObject ) : System
objName string
methodName string
methodLabel string
param1 string
param2 string
address string
owner string
fromObject string
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string