New |
The NewOptions type exposes the following members.
Name | Description | |
---|---|---|
NewOptions | Initializes a new instance of the NewOptions class. | |
NewOptions(RecordIdType, Boolean, Boolean, Boolean, Boolean, Boolean) | Initializes a new instance of the NewOptions class. |
Name | Description | |
---|---|---|
ActiveTypeCustom | Indicates that the RecordIdType Custom is enabled. | |
ActiveTypeLinkar | Indicates that the RecordIdType Linkar is enabled. | |
ActiveTypeRandom | Indicates that the RecordIdType Random is enabled. | |
Calculated | Returns the resulting values from the calculated dictionaries. | |
Conversion | Executes the defined conversions in the dictionaries before returning. | |
FormatSpec | Executes the defined formats in the dictionaries before returning. | |
FormatSpec_RecordId | 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. | |
OriginalRecords | Returns a copy of the records in MV format. | |
Prefix | A prefix to the code | |
ReadAfter | Reads the record again and returns it after the creation. Calculated, Conversion, FormatSpec and OriginalRecords will only make effect if this option is true. | |
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 New options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString) |