Class ProcessSchemaIntermediateCatchEvent
Inheritance
System.Object
ProcessSchemaIntermediateCatchEvent
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()
Assembly: Terrasoft.Core.dll
Syntax
[DesignModeProperty(Name = "CancelActivity", UsageType = DesignModeUsageType.None, MetaPropertyName = "BY1")]
[DesignModeProperty(Name = "AttachedToUId", UsageType = DesignModeUsageType.None, MetaPropertyName = "BY2")]
[DesignModeProperty(Name = "BoundaryItemAlignment", UsageType = DesignModeUsageType.None, MetaPropertyName = "BY3")]
[DesignModeClass(DefCaptionPrefix = "")]
public class ProcessSchemaIntermediateCatchEvent : ProcessSchemaCatchEvent, IMetaDataSerializable, ICloneable, IFlowElementFactory, IFlowElement, IManagerItemInstance, IUIDataSerializable, IDesignItem, IParametrizedProcessSchemaElement, IProcessElementMetaInfo, IProcessParametersMetaInfo, IMetaItem
Constructors
ProcessSchemaIntermediateCatchEvent()
Declaration
public ProcessSchemaIntermediateCatchEvent()
ProcessSchemaIntermediateCatchEvent(ProcessSchema)
Declaration
public ProcessSchemaIntermediateCatchEvent(ProcessSchema processSchema)
Parameters
ProcessSchemaIntermediateCatchEvent(ProcessSchemaIntermediateCatchEvent)
Declaration
public ProcessSchemaIntermediateCatchEvent(ProcessSchemaIntermediateCatchEvent source)
Parameters
Properties
AttachedTo
Declaration
public ProcessSchemaActivity AttachedTo { get; set; }
Property Value
AttachedToUId
Declaration
[MetaTypeProperty("{74463F52-1E0A-4eca-A946-0210732D3B48}")]
public Guid AttachedToUId { get; set; }
Property Value
| Type |
Description |
| System.Guid |
|
BoundaryItemAlignment
Declaration
[MetaTypeProperty("{5B15CDA4-152B-4fbe-9963-BFFB4F5943DF}")]
public ProcessSchemaEditItemAlignment BoundaryItemAlignment { get; set; }
Property Value
CancelActivity
Declaration
[MetaTypeProperty("{F9196533-5A00-4747-B6E6-ABD350C2C7BD}")]
public bool CancelActivity { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
ApplyMetaDataValue(DataReader)
Declaration
protected override void ApplyMetaDataValue(DataReader reader)
Parameters
Overrides
ApplyUIDataValue(DataReader)
Declaration
protected override void ApplyUIDataValue(DataReader reader)
Parameters
Overrides
Clone()
Declaration
public override object Clone()
Returns
| Type |
Description |
| System.Object |
|
Overrides
WriteMetaData(DataWriter)
Declaration
public override void WriteMetaData(DataWriter writer)
Parameters
Overrides
WriteUIData(DataWriter)
Declaration
public override void WriteUIData(DataWriter writer)
Parameters
Overrides
WriteUIPropertyData(DataWriter, String)
Declaration
public override void WriteUIPropertyData(DataWriter writer, string propertyName)
Parameters
| Type |
Name |
Description |
| DataWriter |
writer |
|
| System.String |
propertyName |
|
Overrides
Implements
System.ICloneable
Extension Methods