Interface IBusinessProcessItemDefinitionWithInputCommand
Входящие команды элементов бизнес-процесса IApiObject
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IBusinessProcessItemDefinitionWithInputCommand : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
InputCommandIconCode
Иконка команды
Declaration
int InputCommandIconCode { get; }
Property Value
| Type | Description |
|---|---|
| int |
InputCommandName
Имя команды
Declaration
string InputCommandName { get; }
Property Value
| Type | Description |
|---|---|
| string |
InputEventHeaderFoundation
Заголовок события
Declaration
string InputEventHeaderFoundation { get; }
Property Value
| Type | Description |
|---|---|
| string |
InputNotificationHeader
Заголовок уведомления
Declaration
string InputNotificationHeader { get; }
Property Value
| Type | Description |
|---|---|
| string |
InputStatusValue
Статус
Declaration
TicketStatus InputStatusValue { get; }
Property Value
| Type | Description |
|---|---|
| TicketStatus |