RuleActionCollection Class Members
See Also  Properties Methods Events
SourceCode.Workflow.Design.InfoPath.FormTemplate.Rules Namespace : RuleActionCollection Class


Glossary Item Box

The following tables list the members exposed by RuleActionCollection.

Public Constructors

  Name Description
Public Constructor RuleActionCollection Constructor  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Property ContainsInvalidActions Gets a value indicating whether this instance [contains invalid rules].  
Public Property Count (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection<IRuleAction>)
Public Property Item (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Property Parent (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection<IRuleAction>)
Top

Public Methods

  Name Description
Public Method Add (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection<IRuleAction>)
Public Method AddRange (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method AsReadOnly (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method BinarySearch Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method Clear (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method Contains (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method ConvertAll<TOutput> (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method CopyTo Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method Dispose Overloaded.  Disposes this object (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection<IRuleAction>)
Public Method Exists (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method Find (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method FindAll (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method FindIndex Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method FindLast (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method FindLastIndex Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method ForEach (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method GetEnumerator (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method GetRange (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method IndexOf Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method InsertRange (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method LastIndexOf Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method RemoveAll (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method RemoveAt (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method RemoveRange (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method Reverse Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method Sort Overloaded.  (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method ToArray (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method TrimExcess (Inherited from System.Collections.Generic.List<IRuleAction>)
Public Method TrueForAll (Inherited from System.Collections.Generic.List<IRuleAction>)
Top

Protected Methods

Public Events

See Also