public sealed class KrApproverNodeHandler : NodeHandlerBasePublic NotInheritable Class KrApproverNodeHandler
Inherits NodeHandlerBasepublic ref class KrApproverNodeHandler sealed : public NodeHandlerBase[<SealedAttribute>]
type KrApproverNodeHandler =
class
inherit NodeHandlerBase
end| KrApproverNodeHandler | Обработчик узла "Согласование". |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| OnNodeChangedAsync |
Выполняет обработку текущего узла при изменении его данных.
(Переопределяет NodeHandlerBaseOnNodeChangedAsync(IApprovalProcessExecutionContext)) |
| OnNodeContinuedAsync |
Выполняет обработку текущего узла при продолжении его выполнения.
(Переопределяет NodeHandlerBaseOnNodeContinuedAsync(IApprovalProcessExecutionContext)) |
| OnNodeStartedAsync |
Выполняет обработку текущего узла при запуске его выполнения.
(Переопределяет NodeHandlerBaseOnNodeStartedAsync(IApprovalProcessExecutionContext)) |
| OnStoppedAsync |
Выполняет обработку текущего узла при остановке его выполнения.
(Переопределяет NodeHandlerBaseOnStoppedAsync(IApprovalProcessExecutionContext)) |
| ResetNodeAsync |
Сбрасывает состояние узла.
(Переопределяет NodeHandlerBaseResetNodeAsync(IApprovalProcessExecutionContext, ApprovalProcessNode, Boolean)) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| ValidateNodeChangesAsync |
Выполняет валидацию допустимости изменений узла.
(Переопределяет NodeHandlerBaseValidateNodeChangesAsync(IApprovalProcessValidationContext, ApprovalProcessNode, ApprovalProcessNode)) |
| ValidateNodeIntegrityAsync |
Выполняет валидацию целостности узла.
(Переопределяет NodeHandlerBaseValidateNodeIntegrityAsync(IApprovalProcessValidationContext, ApprovalProcessNode)) |