Click or drag to resize

NewOptions Properties

Linkar Framework for .NET and Core


The NewOptions type exposes the following members.

Properties
 NameDescription
Public propertyActiveTypeCustom Indicates that the RecordIdType Custom is enabled.
Public propertyActiveTypeLinkar Indicates that the RecordIdType Linkar is enabled.
Public propertyActiveTypeRandom Indicates that the RecordIdType Random is enabled.
Public propertyCalculated Returns the resulting values from the calculated dictionaries.
Public propertyConversion Executes the defined conversions in the dictionaries before returning.
Public propertyFormatSpec Executes the defined formats in the dictionaries before returning.
Public propertyFormatSpec_RecordId 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 propertyOriginalRecords Returns a copy of the records in MV format.
Public propertyPrefix A prefix to the code
Public propertyReadAfter Reads the record again and returns it after the creation. Calculated, Conversion, FormatSpec and OriginalRecords will only make effect if this option is true.
Public propertySeparator The separator between the prefix and the code. The allowed separators list is: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~
Top
See Also