Property | Type | Description | |
---|---|---|---|
ID | int | ||
ParameterName | string | ||
TypeID | ActionTypeID |
Method | Description | |
---|---|---|
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 | |
return | System |
public ScheduleAction ( string action, int id, ActionTypeID typeID, string param ) : System | ||
action | string | |
id | int | |
typeID | ActionTypeID | |
param | string | |
return | System |