Click or drag to resize

RecoverIdType Class

Linkar Framework .NET (Core and Framework)


Object that works as an argument in DeleteOptions function and defines the technique for recovering deleted item IDs.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsRecoverIdType

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public class RecoverIdType

The RecoverIdType type exposes the following members.

Constructors
 NameDescription
Public methodRecoverIdType No id recovery technique will be used.
Public methodRecoverIdType(Boolean) Use this constructor to recovering items ids that used Custom RecordIdType.
Public methodRecoverIdType(String, String) Use this constructor for recovering items ids that used Linkar RecordIdType.
Top
Properties
 NameDescription
Public propertyActiveTypeCustom Indicates that the Recover Id Type Custom is enabled.
Public propertyActiveTypeLinkar Indicates that the Recover Id Type Linkar is enabled.
Public propertyPrefix A prefix to the code.
Public propertySeparator The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString Composes the RecoverIdType options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also