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


Glossary Item Box

The following tables list the members exposed by QueryAction.

Public Constructors

  Name Description
Public Constructor QueryAction Constructor  
Top

Protected Fields

Public Properties

  Name Description
Public Property Adapter  
Public Property DependantDataConnectionIsMissing Gets a value indicating whether this instance's [dependant data connection is missing].  
Public Property InvalidMessage Gets the invalid message. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.Rules.RuleAction)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Property IsValid Overridden.   
Public Property MissingAdapterReference Gets the missing adapter reference.  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded. Overridden.  Override this class to dispose object. Make sure that base.Dispose(dispoing) gets called  
Public Method HasDependencies (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method ResetParent (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method SetParent (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Public Method SupportEditing (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Top

Protected Methods

  Name Description
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Protected Method OnParentSet (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Protected Method OnPropertyChanging (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.DesignerObject)
Protected Method ValidateArgument Overloaded.  (Inherited from SourceCode.Workflow.Design.InfoPath.FormTemplate.Rules.RuleAction)
Top

Public Events

See Also