Click or drag to resize

RecordIdType Class

Linkar Framework .NET (Core and Framework)


Object that works as an argument in NewOptions function and defines the technique for generating item IDs.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsRecordIdType

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

The RecordIdType type exposes the following members.

Constructors
 NameDescription
Public methodRecordIdType No item ID generation technique will be used. The item IDs must be supplied in the New operations.
Public methodRecordIdType(Boolean) Constructor accepts options for generating Custom item IDs.
Public methodRecordIdType(Boolean, Int32) Constructor accepts options for generating Random item IDs.
Public methodRecordIdType(String, String, String) Constructor accepts options for generating Linkar item IDs.
Top
Properties
 NameDescription
Public propertyActiveTypeCustom Indicates that the Record Id Type Custom is enabled.
Public propertyActiveTypeLinkar Indicates that the Record Id Type Linkar is enabled.
Public propertyActiveTypeRandom Indicates that the Record Id Type Random is enabled.
Public propertyFormatSpec The code format, under the Database syntax.
Public propertyLength Length of the code to create. It must be bigger than 0.
Public propertyNumeric Indicates if the code must be numeric.
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 RecordIdType options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also