[SerializableAttribute]
[XmlIncludeAttribute(typeof(tSequenceFlow))]
[XmlIncludeAttribute(typeof(tFlowNode))]
[XmlIncludeAttribute(typeof(tGateway))]
[XmlIncludeAttribute(typeof(tParallelGateway))]
[XmlIncludeAttribute(typeof(tInclusiveGateway))]
[XmlIncludeAttribute(typeof(tExclusiveGateway))]
[XmlIncludeAttribute(typeof(tEventBasedGateway))]
[XmlIncludeAttribute(typeof(tComplexGateway))]
[XmlIncludeAttribute(typeof(tChoreographyActivity))]
[XmlIncludeAttribute(typeof(tSubChoreography))]
[XmlIncludeAttribute(typeof(tChoreographyTask))]
[XmlIncludeAttribute(typeof(tCallChoreography))]
[XmlIncludeAttribute(typeof(tEvent))]
[XmlIncludeAttribute(typeof(tThrowEvent))]
[XmlIncludeAttribute(typeof(tIntermediateThrowEvent))]
[XmlIncludeAttribute(typeof(tImplicitThrowEvent))]
[XmlIncludeAttribute(typeof(tEndEvent))]
[XmlIncludeAttribute(typeof(tCatchEvent))]
[XmlIncludeAttribute(typeof(tStartEvent))]
[XmlIncludeAttribute(typeof(tIntermediateCatchEvent))]
[XmlIncludeAttribute(typeof(tBoundaryEvent))]
[XmlIncludeAttribute(typeof(tActivity))]
[XmlIncludeAttribute(typeof(tTask))]
[XmlIncludeAttribute(typeof(tUserTask))]
[XmlIncludeAttribute(typeof(tServiceTask))]
[XmlIncludeAttribute(typeof(tSendTask))]
[XmlIncludeAttribute(typeof(tScriptTask))]
[XmlIncludeAttribute(typeof(tReceiveTask))]
[XmlIncludeAttribute(typeof(tManualTask))]
[XmlIncludeAttribute(typeof(tBusinessRuleTask))]
[XmlIncludeAttribute(typeof(tSubProcess))]
[XmlIncludeAttribute(typeof(tTransaction))]
[XmlIncludeAttribute(typeof(tAdHocSubProcess))]
[XmlIncludeAttribute(typeof(tCallActivity))]
[XmlIncludeAttribute(typeof(tDataStoreReference))]
[XmlIncludeAttribute(typeof(tDataObjectReference))]
[XmlIncludeAttribute(typeof(tDataObject))]
[XmlTypeAttribute(Namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL")]
[XmlRootAttribute("flowElement", Namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL",
IsNullable = false)]
public abstract class tFlowElement : tBaseElement
<SerializableAttribute>
<XmlIncludeAttribute(GetType(tSequenceFlow))>
<XmlIncludeAttribute(GetType(tFlowNode))>
<XmlIncludeAttribute(GetType(tGateway))>
<XmlIncludeAttribute(GetType(tParallelGateway))>
<XmlIncludeAttribute(GetType(tInclusiveGateway))>
<XmlIncludeAttribute(GetType(tExclusiveGateway))>
<XmlIncludeAttribute(GetType(tEventBasedGateway))>
<XmlIncludeAttribute(GetType(tComplexGateway))>
<XmlIncludeAttribute(GetType(tChoreographyActivity))>
<XmlIncludeAttribute(GetType(tSubChoreography))>
<XmlIncludeAttribute(GetType(tChoreographyTask))>
<XmlIncludeAttribute(GetType(tCallChoreography))>
<XmlIncludeAttribute(GetType(tEvent))>
<XmlIncludeAttribute(GetType(tThrowEvent))>
<XmlIncludeAttribute(GetType(tIntermediateThrowEvent))>
<XmlIncludeAttribute(GetType(tImplicitThrowEvent))>
<XmlIncludeAttribute(GetType(tEndEvent))>
<XmlIncludeAttribute(GetType(tCatchEvent))>
<XmlIncludeAttribute(GetType(tStartEvent))>
<XmlIncludeAttribute(GetType(tIntermediateCatchEvent))>
<XmlIncludeAttribute(GetType(tBoundaryEvent))>
<XmlIncludeAttribute(GetType(tActivity))>
<XmlIncludeAttribute(GetType(tTask))>
<XmlIncludeAttribute(GetType(tUserTask))>
<XmlIncludeAttribute(GetType(tServiceTask))>
<XmlIncludeAttribute(GetType(tSendTask))>
<XmlIncludeAttribute(GetType(tScriptTask))>
<XmlIncludeAttribute(GetType(tReceiveTask))>
<XmlIncludeAttribute(GetType(tManualTask))>
<XmlIncludeAttribute(GetType(tBusinessRuleTask))>
<XmlIncludeAttribute(GetType(tSubProcess))>
<XmlIncludeAttribute(GetType(tTransaction))>
<XmlIncludeAttribute(GetType(tAdHocSubProcess))>
<XmlIncludeAttribute(GetType(tCallActivity))>
<XmlIncludeAttribute(GetType(tDataStoreReference))>
<XmlIncludeAttribute(GetType(tDataObjectReference))>
<XmlIncludeAttribute(GetType(tDataObject))>
<XmlTypeAttribute(Namespace := "http://www.omg.org/spec/BPMN/20100524/MODEL")>
<XmlRootAttribute("flowElement", Namespace := "http://www.omg.org/spec/BPMN/20100524/MODEL",
IsNullable := false)>
Public MustInherit Class tFlowElement
Inherits tBaseElement
[SerializableAttribute]
[XmlIncludeAttribute(typeof(tSequenceFlow))]
[XmlIncludeAttribute(typeof(tFlowNode))]
[XmlIncludeAttribute(typeof(tGateway))]
[XmlIncludeAttribute(typeof(tParallelGateway))]
[XmlIncludeAttribute(typeof(tInclusiveGateway))]
[XmlIncludeAttribute(typeof(tExclusiveGateway))]
[XmlIncludeAttribute(typeof(tEventBasedGateway))]
[XmlIncludeAttribute(typeof(tComplexGateway))]
[XmlIncludeAttribute(typeof(tChoreographyActivity))]
[XmlIncludeAttribute(typeof(tSubChoreography))]
[XmlIncludeAttribute(typeof(tChoreographyTask))]
[XmlIncludeAttribute(typeof(tCallChoreography))]
[XmlIncludeAttribute(typeof(tEvent))]
[XmlIncludeAttribute(typeof(tThrowEvent))]
[XmlIncludeAttribute(typeof(tIntermediateThrowEvent))]
[XmlIncludeAttribute(typeof(tImplicitThrowEvent))]
[XmlIncludeAttribute(typeof(tEndEvent))]
[XmlIncludeAttribute(typeof(tCatchEvent))]
[XmlIncludeAttribute(typeof(tStartEvent))]
[XmlIncludeAttribute(typeof(tIntermediateCatchEvent))]
[XmlIncludeAttribute(typeof(tBoundaryEvent))]
[XmlIncludeAttribute(typeof(tActivity))]
[XmlIncludeAttribute(typeof(tTask))]
[XmlIncludeAttribute(typeof(tUserTask))]
[XmlIncludeAttribute(typeof(tServiceTask))]
[XmlIncludeAttribute(typeof(tSendTask))]
[XmlIncludeAttribute(typeof(tScriptTask))]
[XmlIncludeAttribute(typeof(tReceiveTask))]
[XmlIncludeAttribute(typeof(tManualTask))]
[XmlIncludeAttribute(typeof(tBusinessRuleTask))]
[XmlIncludeAttribute(typeof(tSubProcess))]
[XmlIncludeAttribute(typeof(tTransaction))]
[XmlIncludeAttribute(typeof(tAdHocSubProcess))]
[XmlIncludeAttribute(typeof(tCallActivity))]
[XmlIncludeAttribute(typeof(tDataStoreReference))]
[XmlIncludeAttribute(typeof(tDataObjectReference))]
[XmlIncludeAttribute(typeof(tDataObject))]
[XmlTypeAttribute(Namespace = L"http://www.omg.org/spec/BPMN/20100524/MODEL")]
[XmlRootAttribute(L"flowElement", Namespace = L"http://www.omg.org/spec/BPMN/20100524/MODEL",
IsNullable = false)]
public ref class tFlowElement abstract : public tBaseElement
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<XmlIncludeAttribute(typeof(tSequenceFlow))>]
[<XmlIncludeAttribute(typeof(tFlowNode))>]
[<XmlIncludeAttribute(typeof(tGateway))>]
[<XmlIncludeAttribute(typeof(tParallelGateway))>]
[<XmlIncludeAttribute(typeof(tInclusiveGateway))>]
[<XmlIncludeAttribute(typeof(tExclusiveGateway))>]
[<XmlIncludeAttribute(typeof(tEventBasedGateway))>]
[<XmlIncludeAttribute(typeof(tComplexGateway))>]
[<XmlIncludeAttribute(typeof(tChoreographyActivity))>]
[<XmlIncludeAttribute(typeof(tSubChoreography))>]
[<XmlIncludeAttribute(typeof(tChoreographyTask))>]
[<XmlIncludeAttribute(typeof(tCallChoreography))>]
[<XmlIncludeAttribute(typeof(tEvent))>]
[<XmlIncludeAttribute(typeof(tThrowEvent))>]
[<XmlIncludeAttribute(typeof(tIntermediateThrowEvent))>]
[<XmlIncludeAttribute(typeof(tImplicitThrowEvent))>]
[<XmlIncludeAttribute(typeof(tEndEvent))>]
[<XmlIncludeAttribute(typeof(tCatchEvent))>]
[<XmlIncludeAttribute(typeof(tStartEvent))>]
[<XmlIncludeAttribute(typeof(tIntermediateCatchEvent))>]
[<XmlIncludeAttribute(typeof(tBoundaryEvent))>]
[<XmlIncludeAttribute(typeof(tActivity))>]
[<XmlIncludeAttribute(typeof(tTask))>]
[<XmlIncludeAttribute(typeof(tUserTask))>]
[<XmlIncludeAttribute(typeof(tServiceTask))>]
[<XmlIncludeAttribute(typeof(tSendTask))>]
[<XmlIncludeAttribute(typeof(tScriptTask))>]
[<XmlIncludeAttribute(typeof(tReceiveTask))>]
[<XmlIncludeAttribute(typeof(tManualTask))>]
[<XmlIncludeAttribute(typeof(tBusinessRuleTask))>]
[<XmlIncludeAttribute(typeof(tSubProcess))>]
[<XmlIncludeAttribute(typeof(tTransaction))>]
[<XmlIncludeAttribute(typeof(tAdHocSubProcess))>]
[<XmlIncludeAttribute(typeof(tCallActivity))>]
[<XmlIncludeAttribute(typeof(tDataStoreReference))>]
[<XmlIncludeAttribute(typeof(tDataObjectReference))>]
[<XmlIncludeAttribute(typeof(tDataObject))>]
[<XmlTypeAttribute(Namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL")>]
[<XmlRootAttribute("flowElement", Namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL",
IsNullable = false)>]
type tFlowElement =
class
inherit tBaseElement
end
tFlowElement | Инициализирует новый экземпляр класса tFlowElement |
AnyAttr | (Унаследован от tBaseElement) |
auditing | |
categoryValueRef | |
documentation | (Унаследован от tBaseElement) |
extensionElements | (Унаследован от tBaseElement) |
id | (Унаследован от tBaseElement) |
monitoring | |
name |
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) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |