public sealed class WorkflowActionDescriptor : IEquatable<WorkflowActionDescriptor>Public NotInheritable Class WorkflowActionDescriptor
Implements IEquatable(Of WorkflowActionDescriptor)public ref class WorkflowActionDescriptor sealed : IEquatable<WorkflowActionDescriptor^>[<SealedAttribute>]
type WorkflowActionDescriptor =
class
interface IEquatable<WorkflowActionDescriptor>
end| WorkflowActionDescriptor | Инициализирует новый экземпляр класса. |
| Group | Группа действия. |
| Icon | Иконка действия. |
| ID | Идентификатор действия. |
| IsStandAlone | Определяет, что действие должно быть единственным в узле. |
| Methods | Описания методов действия. |
| NotPersistentModeAllowed | Определяет, что действие может выполняться в неперсистентном режиме обработки процесса. |
| Order | Порядковый номер отображения действия в редакторе. |
| ProcessNodeExit | Определяет, что действие обрабатывает сигнал выхода из узла. |
| Version | Версия. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Переопределяет ObjectEquals(Object)) |
| Equals(WorkflowActionDescriptor) | Indicates whether the current object is equal to another object of the same type. |
| 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. (Переопределяет ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Переопределяет ObjectToString) |
| Equality(WorkflowActionDescriptor, WorkflowActionDescriptor) | Сравнивает заданные значения на равенство. |
| Inequality(WorkflowActionDescriptor, WorkflowActionDescriptor) | Сравнивает заданные значения на неравенство. |