Interface ILaneDefinition
Определение дорожки бизнес-процесса IApiObject
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface ILaneDefinition : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
BusinessProcessDefinition
Определение бизнес-процесса
Declaration
IBusinessProcessDefinition BusinessProcessDefinition { get; }
Property Value
| Type | Description |
|---|---|
| IBusinessProcessDefinition |
BusinessProcessItemDefinitions
Элементы бизнес-процесса
Declaration
IApiReadOnlyCollection<IBusinessProcessItemDefinition> BusinessProcessItemDefinitions { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IBusinessProcessItemDefinition> |
IsNatureApproving
Возвращает признак того, что тип дорожки является "Согласование"
Declaration
bool IsNatureApproving { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNatureExecution
Возвращает признак того, что тип дорожки является "Выполнение"
Declaration
bool IsNatureExecution { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNatureFinish
Возвращает признак того, что тип дорожки является "Завершение"
Declaration
bool IsNatureFinish { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsNatureInitiation
Возвращает признак того, что тип дорожки является "Разработка"
Declaration
bool IsNatureInitiation { get; }
Property Value
| Type | Description |
|---|---|
| bool |
LaneDefinitionType
Тип определения дорожки
Declaration
LaneDefinitionType LaneDefinitionType { get; }
Property Value
| Type | Description |
|---|---|
| LaneDefinitionType |
Nature
Тип дорожки
Declaration
string Nature { get; }
Property Value
| Type | Description |
|---|---|
| string |
Permissions
Права доступа
Declaration
LanePermissions Permissions { get; }
Property Value
| Type | Description |
|---|---|
| LanePermissions |