Click or drag to resize

NewOptions Class

Linkar Framework .NET (Core and Framework)


Object that works as an argument in New function and defines the function options.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsNewOptions

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

The NewOptions type exposes the following members.

Constructors
 NameDescription
Public methodNewOptions Initializes a new instance of the NewOptions class.
Public methodNewOptions(RecordIdType, Boolean, Boolean, Boolean, Boolean, Boolean) Initializes a new instance of the NewOptions class.
Top
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
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 New options string for processing through LinkarSERVER to the database.
(Overrides ObjectToString)
Top
See Also