|
API C#
|
This class represents an instruction that read the version of a specified product. More...
Public Member Functions | |
| CReadVersionInstruction () | |
| Initializes a new instance of the CReadVersionInstruction class. More... | |
| override void | Init () |
| Initialize all members of the instance. More... | |
| override CTest | GetTestStructure () |
| This method extracts a CTest structure from the current instruction. More... | |
| bool | Evaluate (int index) |
| Validate a value at a specified index of the list. More... | |
| bool | Evaluate () |
| Evaluates all the value of the list. More... | |
Public Member Functions inherited from Kinova.DLL.TestData.Instruction.CReadInstruction | |
| CReadInstruction () | |
| Initializes a new instance of the CReadInstruction class. More... | |
| override bool | EvaluateInstruction () |
| Evaluates the instruction and return the result. More... | |
| override void | ResetInstruction () |
| This method reset the current instruction. More... | |
Public Member Functions inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction | |
| CBasicInstruction () | |
| Initializes a new instance of the CBasicInstruction class. More... | |
Properties | |
| string | Product [get, set] |
| The specified field of the CPosition class. More... | |
Properties inherited from Kinova.DLL.TestData.Instruction.CReadInstruction | |
| CInstructionDataTypes.ComparisonType | ComparisonType [get, set] |
| The type of the comparison. More... | |
| List< string > | ResultValueList [get, set] |
| The result value. More... | |
| List< string > | TargetMinList [get, set] |
| The lower bound of the comparison range when the comparison type is RANGE. More... | |
| List< string > | TargetMaxList [get, set] |
| The upper bound of the comparison range when the comparison type is RANGE. More... | |
Properties inherited from Kinova.DLL.TestData.Instruction.CBasicInstruction | |
| CInstructionDataTypes.InstructionType | Type [get, set] |
| The type of test instruction. More... | |
| List< int > | Index [get, set] |
| Index of the instruction listed by the level of indexation. More... | |
| string | Title [get, set] |
| The title of the test instruction. Basically, this is what you will be displayed More... | |
| bool | HasBeenExecuted [get, set] |
| Indicates if the instruction has been executed. More... | |
| bool | IsSub [get, set] |
| Indicates if this instruction is a sub instruction More... | |
| string | Comment [get, set] |
| A general comment about the instruction. More... | |
| DateTime | StartTime [get, set] |
| A timestamp to store the starttime of the instruction. More... | |
| DateTime | StopTime [get, set] |
| A timestamp to store the starttime of the instruction. More... | |
| bool | Result [get, set] |
| Indicates if the instruction PASSED or FAILED. More... | |
This class represents an instruction that read the version of a specified product.
| Kinova.DLL.TestData.Instruction.CReadVersionInstruction.CReadVersionInstruction | ( | ) |
Initializes a new instance of the CReadVersionInstruction class.
| bool Kinova.DLL.TestData.Instruction.CReadVersionInstruction.Evaluate | ( | int | index | ) |
Validate a value at a specified index of the list.
| index | The index. |
Implements Kinova.DLL.TestData.Instruction.Interface.IReadInstruction.
| bool Kinova.DLL.TestData.Instruction.CReadVersionInstruction.Evaluate | ( | ) |
Evaluates all the value of the list.
Implements Kinova.DLL.TestData.Instruction.Interface.IReadInstruction.
|
virtual |
This method extracts a CTest structure from the current instruction.
Reimplemented from Kinova.DLL.TestData.Instruction.CReadInstruction.
|
virtual |
Initialize all members of the instance.
Reimplemented from Kinova.DLL.TestData.Instruction.CReadInstruction.
|
getset |
The specified field of the CPosition class.