C# 클래스 iSpyApplication.Helper.ScheduleAction

파일 보기 프로젝트 열기: ispysoftware/iSpy

공개 프로퍼티들

프로퍼티 타입 설명
ID int
ParameterName string
TypeID ActionTypeID

공개 메소드들

메소드 설명
ScheduleAction ( string action, int id, ActionTypeID typeID ) : System
ScheduleAction ( string action, int id, ActionTypeID typeID, string param ) : System
ToString ( ) : string

메소드 상세

ScheduleAction() 공개 메소드

public ScheduleAction ( string action, int id, ActionTypeID typeID ) : System
action string
id int
typeID ActionTypeID
리턴 System

ScheduleAction() 공개 메소드

public ScheduleAction ( string action, int id, ActionTypeID typeID, string param ) : System
action string
id int
typeID ActionTypeID
param string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

ParameterName 공개적으로 프로퍼티

public string ParameterName
리턴 string

TypeID 공개적으로 프로퍼티

public ActionTypeID TypeID
리턴 ActionTypeID