Click or drag to resize

CheckValidResult Class

Indicates the result of checking the validity of the data.
Inheritance Hierarchy
SystemObject
  com.gigatmsCheckValidResult

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class CheckValidResult

The CheckValidResult type exposes the following members.

Constructors
  NameDescription
Public methodCheckValidResult
Initializes a new instance of the CheckValidResult class
Top
Properties
  NameDescription
Public propertyErrorMessage
Gets the error message.
Public propertyValid
Gets or sets a value indicating whether this CheckValidResult is valid.
Top
Methods
  NameDescription
Public methodSetInValid
Public methodSetValid
Top
See Also