DataPA Enterprise Dashboard Controls API Reference
Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)
Syntax
C# |
---|
public void AddCondition( string AndOr, Object Field, string Operator, bool Prompt, string Expression = "", string Label = "", string Description = "", bool Mandatory = false, short OpenBrackets = 0, short CloseBrackets = 0 ) |
Visual Basic |
---|
Public Sub AddCondition ( AndOr As String, Field As Object, Operator As String, Prompt As Boolean, Optional Expression As String = "", Optional Label As String = "", Optional Description As String = "", Optional Mandatory As Boolean = false, Optional OpenBrackets As Short = 0, Optional CloseBrackets As Short = 0 ) |
Visual C++ |
---|
public: void AddCondition( String^ AndOr, Object^ Field, String^ Operator, bool Prompt, String^ Expression = L"", String^ Label = L"", String^ Description = L"", bool Mandatory = false, short OpenBrackets = 0, short CloseBrackets = 0 ) |
Parameters
- AndOr
- Type: System..::..String
- Field
- Type: System..::..Object
- Operator
- Type: System..::..String
- Prompt
- Type: System..::..Boolean
- Expression (Optional)
- Type: System..::..String
- Label (Optional)
- Type: System..::..String
- Description (Optional)
- Type: System..::..String
- Mandatory (Optional)
- Type: System..::..Boolean
- OpenBrackets (Optional)
- Type: System..::..Int16
- CloseBrackets (Optional)
- Type: System..::..Int16