Свойство | Type | Description | |
---|---|---|---|
ID | int | ||
ParameterName | string | ||
TypeID | ActionTypeID |
Méthode | 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 | |
Résultat | System |
public ScheduleAction ( string action, int id, ActionTypeID typeID, string param ) : System | ||
action | string | |
id | int | |
typeID | ActionTypeID | |
param | string | |
Résultat | System |