Click or drag to resize

LkDataFormat Class

Linkar Framework for .NET and Core


Class to management the result of the operations Format.
Inheritance Hierarchy
SystemObject
  Linkar.LkDataLkData
    Linkar.LkDataLkDataFormat

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

The LkDataFormat type exposes the following members.

Constructors
 NameDescription
Public methodLkDataFormat Initializes a new instance of the LkDataCRUD class.
Top
Properties
 NameDescription
Public propertyErrors List of the error of the operation execution.
(Inherited from LkData)
Public propertyFormat The value of Format operation
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