Assembly: OptimaJet.Workflow.BpmnPlugin

Class TCallableElement

OptimaJet.Workflow.BpmnPlugin.Model.TCallableElement

public class TCallableElement : TRootElement

Type Hierarchy

Constructors

public TCallableElement() #

Initializes a new instance of the TCallableElement class.

Properties

public Collection<XmlQualifiedName> SupportedInterfaceRef { get; } #
public bool SupportedInterfaceRefSpecified { get; } #

Gets a value indicating whether the SupportedInterfaceRef collection is empty.

public TInputOutputSpecification IoSpecification { get; set; } #
public Collection<TInputOutputBinding> IoBinding { get; } #
public bool IoBindingSpecified { get; } #

Gets a value indicating whether the IoBinding collection is empty.

public string Name { get; set; } #