Click or drag to resize

LkData Class

Linkar Framework for .NET and Core


Abstract class with common properties of all derived class.
Inheritance Hierarchy
SystemObject
  Linkar.LkDataLkData
    More

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

The LkData type exposes the following members.

Constructors
 NameDescription
Public methodLkData Initializes a new instance of the LkData class.
Top
Properties
 NameDescription
Public propertyErrors List of the error of the operation execution.
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.
Top
See Also
Inheritance Hierarchy