Click or drag to resize

LkDataConversion Class

Linkar Framework for .NET and Core


Class to management the result of the operations Conversion.
Inheritance Hierarchy
SystemObject
  Linkar.LkDataLkData
    Linkar.LkDataLkDataConversion

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public class LkDataConversion : LkData

The LkDataConversion type exposes the following members.

Constructors
 NameDescription
Public methodLkDataConversion Initializes a new instance of the LkDataCRUD class.
Top
Properties
 NameDescription
Public propertyConversion The value of the Conversion operation
Public propertyErrors List of the error of the operation execution.
(Inherited from LkData)
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
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_OperationResult The string that is obtained as result from the operation execution.
(Inherited from LkData)
Top
See Also