Click or drag to resize

LkDataExecute Class

Linkar Framework for .NET and Core


Class to management the result of the operations Execute.
Inheritance Hierarchy
SystemObject
  Linkar.LkDataLkData
    Linkar.LkDataLkDataExecute

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

The LkDataExecute type exposes the following members.

Constructors
 NameDescription
Public methodLkDataExecute Initializes a new instance of the LkDataExecute class.
Top
Properties
 NameDescription
Public propertyCapturing The Capturing value of the Execute operation
Public propertyErrors List of the error of the operation execution.
(Inherited from LkData)
Public propertyReturning The Returning value of the Execute 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