public sealed class WorkflowBindingSqlExecutor : IWorkflowBindingExecutor
Public NotInheritable Class WorkflowBindingSqlExecutor
Implements IWorkflowBindingExecutor
public ref class WorkflowBindingSqlExecutor sealed : IWorkflowBindingExecutor
[<SealedAttribute>]
type WorkflowBindingSqlExecutor =
class
interface IWorkflowBindingExecutor
end
WorkflowBindingSqlExecutor | Инициализирует новый экземпляр класса WorkflowBindingSqlExecutor |
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) |
GetT | Возвращает значение по привязке из параметров процесса, узла или действия. |
GetAsyncT | Возвращает значение по привязке из контекста обработки процесса. |
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) |
SetT(IWorkflowEngineContext, String, T) | Устанавливает значение по привязке по контексту обработки процесса. |
SetT(DictionaryString, Object, DictionaryString, Object, DictionaryString, Object, String, T) | Устанавливает значения по привязке по контексту обработки процесса. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |