IComponentTOperationAccept - метод |
Вызывает выполнение операции operation
над текущим узлом
Пространство имён:
Tessa.Applications.Containers
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис void Accept(
[NotNullAttribute] TOperation operation,
[NotNullAttribute] IOperationContext operationContext
)
Sub Accept (
<NotNullAttribute> operation As TOperation,
<NotNullAttribute> operationContext As IOperationContext
)
void Accept(
[NotNullAttribute] TOperation operation,
[NotNullAttribute] IOperationContext^ operationContext
)
abstract Accept :
[<NotNullAttribute>] operation : 'TOperation *
[<NotNullAttribute>] operationContext : IOperationContext -> unit
Параметры
- operation
- Тип: TOperation
Операция над компонентами
- operationContext
- Тип: Tessa.Applications.ContainersIOperationContext
Контекст операции
См. также