Click or drag to resize
Outcomes Class
Inheritance Hierarchy
SystemObject
  FlexRuleCollectionBaseOutcomesOption
    FlexRule.Flows.Workflows.Model.NodesOutcomes

Namespace: FlexRule.Flows.Workflows.Model.Nodes
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Outcomes : CollectionBase<OutcomesOption>

The Outcomes type exposes the following members.

Constructors
  NameDescription
Public methodOutcomes
Top
Properties
Methods
  NameDescription
Public methodAdd
Adds an item
(Inherited from CollectionBaseT.)
Public methodAddRange
Adds a set of items
(Inherited from CollectionBaseT.)
Public methodAddTop
Adds an item in top of list
(Inherited from CollectionBaseT.)
Public methodClear
Clears the list
(Inherited from CollectionBaseT.)
Public methodContains
Check if an item exists in the list
(Inherited from CollectionBaseT.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindByName
Public methodGetEnumerator (Inherited from CollectionBaseT.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItem
Gets an item by index
(Inherited from CollectionBaseT.)
Public methodGetIteratorT (Inherited from CollectionBaseT.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAdded (Inherited from CollectionBaseT.)
Public methodRemove
Removes an item
(Inherited from CollectionBaseT.)
Public methodRemoveAt
Removes an item by its index
(Inherited from CollectionBaseT.)
Public methodToArray
Creates new array of items
(Inherited from CollectionBaseT.)
Public methodToString (Inherited from CollectionBaseT.)
Top
Events
Fields
See Also