![]() | Record |
The RecordIdType type exposes the following members.
Name | Description | |
---|---|---|
![]() | RecordIdType | No item ID generation technique will be used. The item IDs must be supplied in the New operations. |
![]() | RecordIdType(Boolean) | Constructor accepts options for generating Custom item IDs. |
![]() | RecordIdType(Boolean, Int32) | Constructor accepts options for generating Random item IDs. |
![]() | RecordIdType(String, String, String) | Constructor accepts options for generating Linkar item IDs. |
Name | Description | |
---|---|---|
![]() | ActiveTypeCustom | Indicates that the Record Id Type Custom is enabled. |
![]() | ActiveTypeLinkar | Indicates that the Record Id Type Linkar is enabled. |
![]() | ActiveTypeRandom | Indicates that the Record Id Type Random is enabled. |
![]() | FormatSpec | The code format, under the Database syntax. |
![]() | Length | Length of the code to create. It must be bigger than 0. |
![]() | Numeric | Indicates if the code must be numeric. |
![]() | Prefix | A prefix to the code |
![]() | Separator | The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~ |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object) |
![]() | Finalize | (Inherited from Object) |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ToString |
Composes the RecordIdType options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString) |