Click or drag to resize

CommonOptions Class

Linkar Framework for .NET and Core


Auxiliary class with the common options for ReadOptions, SelectOptions and ReadAfterCommonOptions classes
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsCommonOptions
    Linkar.FunctionsReadAfterCommonOptions

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

The CommonOptions type exposes the following members.

Constructors
 NameDescription
Public methodCommonOptions Initializes a new instance of the CommonOptions class.
Public methodCommonOptions(Boolean, Boolean, Boolean, Boolean) Initializes a new instance of the CommonOptions class.
Top
Properties
 NameDescription
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 propertyOriginalRecords Returns a copy of the records in MV format.
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 CommonOptions options string for use with ReadOptions, SelectOptions and ReadAfterCommonOptions classes.
(Overrides ObjectToString)
Top
See Also