Click or drag to resize

ReadAfterCommonOptions Class

Linkar Framework for .NET and Core


Auxiliary class with the ReadAfters options for UpdateOptions and NewOptions 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 ReadAfterCommonOptions : CommonOptions

The ReadAfterCommonOptions type exposes the following members.

Constructors
 NameDescription
Public methodReadAfterCommonOptions Initializes a new instance of the ReadAfterCommonOptions class.
Public methodReadAfterCommonOptions(Boolean, Boolean, Boolean, Boolean, Boolean) Initializes a new instance of the ReadAfterCommonOptions class.
Top
Properties
 NameDescription
Public propertyCalculated Returns the resulting values from the calculated dictionaries.
(Inherited from CommonOptions)
Public propertyConversion Executes the defined conversions in the dictionaries before returning.
(Inherited from CommonOptions)
Public propertyFormatSpec Executes the defined formats in the dictionaries before returning.
(Inherited from CommonOptions)
Public propertyOriginalRecords Returns a copy of the records in MV format.
(Inherited from CommonOptions)
Public propertyReadAfter Reads the record again and returns it after the update or new. Calculated, dictionaries, conversion, formatSpec and originalRecords will only make effect if this option is true.
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 ReadAfterCommonOptions options string for use with UpdateOptions and NewOptions classes.
Top
See Also