Click or drag to resize
BCWorkflowCondition Properties

The BCWorkflowCondition type exposes the following members.

Properties
  NameDescription
Public propertyCanBeOverridden
Gets or sets a value indicating whether the workflow condition can be overridden by workflow manager.
Public propertyDisplayName
Gets or sets the display name of the workflow condition.
Public propertyExplanation
Gets or sets the explanation of the the workflow condition.
Public propertyExtendable
Gets the extended object.
(Inherited from BCRepositoryObject.)
Public propertyID
Gets the value that uniquely identifies the workflow condition.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyName
Gets the internal name of the workflow condition.
Public propertyOperator
Gets or sets the filter operator of the workflow condition.
Public propertyProperty
Gets or sets the property to filter on.
Public propertyRepository
Gets the repository to which the object belongs.
(Inherited from BCRepositoryObject.)
Public propertyScope
Gets or sets the scope of the workflow condition.
Public propertySecurable
Gets the secured object.
(Inherited from BCRepositoryObject.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyValue
Gets or sets the value of the property filter.
Top
See Also