public sealed class ApprovalProcessService : IApprovalProcessServicePublic NotInheritable Class ApprovalProcessService
Implements IApprovalProcessServicepublic ref class ApprovalProcessService sealed : IApprovalProcessService[<SealedAttribute>]
type ApprovalProcessService =
class
interface IApprovalProcessService
end| ApprovalProcessService | Сервис для обработки процессов согласования. |
| CreateInstanceAsync | Create new approval process instance. |
| CreateTemplateAsync | Create new approval process template. |
| 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) |
| GetInstanceAsync | Get approval process instance by identifier. |
| GetTemplateAsync | Get approval process template by identifier. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| RevokeInstanceAsync | Revoke approval process instance by identifier. |
| StartInstanceAsync | Start approval process instance by identifier. |
| StoreInstanceAsync | Save approval process instance. |
| StoreTemplateAsync | Save approval process template. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |