Click or drag to resize

RecordIdType Class

Object that works as an argument in NewOptions function and defines the techniques for generating codes.
Inheritance Hierarchy
SystemObject
  LinkarCommonRecordIdType

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

The RecordIdType type exposes the following members.

Constructors
  NameDescription
Public methodRecordIdType
No code generation technique will be used. The codes must be supplied in the New operations.
Public methodRecordIdType(Boolean)
This constructor defines the options for generating Custom type codes.
Public methodRecordIdType(Boolean, Int32)
This constructor defines the options for generating Random type codes.
Public methodRecordIdType(String, String, String)
This constructor defines the options for generating Linkar type codes.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitializeProperties(Boolean)
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodInitializeProperties(Boolean, Int32)
Initializes the properties of the object. To use after building the object with the constructor without arguments.
Public methodInitializeProperties(String, String, String)
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