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


Glossary Item Box

The following tables list the members exposed by RuleSetCollection.

Public Properties

  Name Description
Public Property AllRules  
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property ContainsInvalidRules Gets a value indicating whether this instance [contains invalid rules].  
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property InvalidRules  
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Public Property Item Overloaded.   
Top

Protected Properties

Public Methods

  Name Description
Public Method Add Overloaded.   
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Overloaded.   
Public Method Dispose Overloaded.  Disposes this object (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerCollection)
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Overloaded.   
Public Method Remove Overloaded.   
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Top

Protected Methods

See Also