Click or drag to resize

ReadOptions Class

Object that works as an argument in Read function and defines the function options.
Inheritance Hierarchy
SystemObject
  LinkarCommonReadOptions

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public class ReadOptions

The ReadOptions type exposes the following members.

Constructors
  NameDescription
Public methodReadOptions
Initializes a new instance of the ReadOptions class
Public methodReadOptions(Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of the ReadOptions class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeProperties
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodToString (Inherited from Object.)
Top
See Also