Click or drag to resize

RecoverIdType Class

Object that works as an argument in DeleteOptions function and defines the techniques for recovering deleted codes.
Inheritance Hierarchy
SystemObject
  LinkarCommonRecoverIdType

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

The RecoverIdType type exposes the following members.

Constructors
  NameDescription
Public methodRecoverIdType
No code recovery technique will be used.
Public methodRecoverIdType(Boolean)
The technique of recovering deleted Custom type codes will be used.
Public methodRecoverIdType(String, String)
The technique of recovering deleted Linkar type codes will be used.
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(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