Class ProcessSchemaArtifact
Represents class for the BPMN artifact element.
Inheritance
System.Object
ProcessSchemaArtifact
Implements
System.ICloneable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Process
Assembly: Terrasoft.Core.dll
Syntax
public class ProcessSchemaArtifact : ProcessSchemaBaseElement, IMetaItem, IMetaDataSerializable, ICloneable, IFlowElementFactory, IFlowElement, IManagerItemInstance, IUIDataSerializable, IDesignItem
Constructors
ProcessSchemaArtifact()
Declaration
public ProcessSchemaArtifact()
ProcessSchemaArtifact(ProcessSchema)
Declaration
public ProcessSchemaArtifact(ProcessSchema processSchema)
Parameters
Type | Name | Description |
---|---|---|
ProcessSchema | processSchema |
ProcessSchemaArtifact(ProcessSchemaArtifact)
Declaration
public ProcessSchemaArtifact(ProcessSchemaArtifact source)
Parameters
Type | Name | Description |
---|---|---|
ProcessSchemaArtifact | source |
Properties
Container
Declaration
public IProcessSchemaFlowElementsContainer Container { get; set; }
Property Value
Type | Description |
---|---|
IProcessSchemaFlowElementsContainer |
ContainerUId
Declaration
public override Guid ContainerUId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Overrides
Methods
AddToProcessSchema()
Declaration
public override void AddToProcessSchema()
Overrides
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Implements
System.ICloneable