Interface IBusinessProcessDisplayItemStored
Хранимый элемент бизнес-процесса.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IBusinessProcessDisplayItemStored : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
DateOfCompletion
Дата выполнения
Declaration
DateTime DateOfCompletion { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
UserTask
Пользовательская задача бизнес-процесса
Declaration
IUserTask UserTask { get; }
Property Value
| Type | Description |
|---|---|
| IUserTask |