Interface IBusinessProcessCommand
Команда бизнес-процесса.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IBusinessProcessCommand : IAbleToHaveName, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
IconCode
Код иконки команды.
Declaration
int IconCode { get; }
Property Value
| Type | Description |
|---|---|
| int |
IsUserCommentNeeded
Возвращает признак, нуждается ли команда в комментарии пользователя.
Declaration
bool IsUserCommentNeeded { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
Execute(string)
Выполняет команду.
Declaration
void Execute(string comment)
Parameters
| Type | Name | Description |
|---|---|---|
| string | comment | Комментарий к выполняемой команде. |