[This is preliminary documentation and is subject to change.]
The rule information constructor
Namespace:
OfficeClip.BusinessLayer.TEAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public RuleInfo( int ruleId, string ruleIfDescription, string ruleThenDescription, bool isCustom, string ruleType, string inputArgument1, string inputArgument2, string inputArgument3, string inputArgument4, string inputArgument5, string outputArgument1, string outputArgument2, string outputArgument3, string outputArgument4 ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ ruleId As Integer, _ ruleIfDescription As String, _ ruleThenDescription As String, _ isCustom As Boolean, _ ruleType As String, _ inputArgument1 As String, _ inputArgument2 As String, _ inputArgument3 As String, _ inputArgument4 As String, _ inputArgument5 As String, _ outputArgument1 As String, _ outputArgument2 As String, _ outputArgument3 As String, _ outputArgument4 As String _ ) |
Visual C++ |
---|
public: RuleInfo( int ruleId, String^ ruleIfDescription, String^ ruleThenDescription, bool isCustom, String^ ruleType, String^ inputArgument1, String^ inputArgument2, String^ inputArgument3, String^ inputArgument4, String^ inputArgument5, String^ outputArgument1, String^ outputArgument2, String^ outputArgument3, String^ outputArgument4 ) |
Parameters
- ruleId
- Type: System..::.Int32
The unique id of the rule
- ruleIfDescription
- Type: System..::.String
The description of the if condition
- ruleThenDescription
- Type: System..::.String
The description of the then condition
- isCustom
- Type: System..::.Boolean
determines if the rule is a custom rule
- ruleType
- Type: System..::.String
The type of the rule
- inputArgument1
- Type: System..::.String
The first input argument
- inputArgument2
- Type: System..::.String
The second input argument
- inputArgument3
- Type: System..::.String
The third input argument
- inputArgument4
- Type: System..::.String
the fourth input argument
- inputArgument5
- Type: System..::.String
The fifth input argument
- outputArgument1
- Type: System..::.String
The first output argument
- outputArgument2
- Type: System..::.String
The second output argument
- outputArgument3
- Type: System..::.String
The third output argument
- outputArgument4
- Type: System..::.String
The fourth output argument