Click or drag to resize

Activity Class

Dynamic structure base class. Describes an activity that was performed in the course of processing one or more production units. Different endpoints may produce more specific structures derived from this generic Activity structure.
Inheritance Hierarchy
SystemObject
  CFX.StructuresActivity
    More

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Activity

The Activity type exposes the following members.

Constructors
 NameDescription
Public methodActivity Default Constructor
Top
Properties
 NameDescription
Public propertyActivityInstanceId An id uniquely identfying a particular instance of an activity. If the same activity occurs x times, each instance shall have a unique identifier.
Public propertyActivityName The name of the activity.
Public propertyActivityState The current state of the activity (started, completed, etc.).
Public propertyComments Optional free-form comments associated with the activity.
Public propertyTimeStamp The time when the activity transitioned to the state specified by the ActivityState property.
Public propertyValueAddType An enumeration describing the value-add nature of an activity or process.
Top
See Also
Inheritance Hierarchy