프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public ScheduleAction ( string action, int id, ActionTypeID typeID ) : System | ||
action | string | |
id | int | |
typeID | ActionTypeID | |
리턴 | System |
public ScheduleAction ( string action, int id, ActionTypeID typeID, string param ) : System | ||
action | string | |
id | int | |
typeID | ActionTypeID | |
param | string | |
리턴 | System |