Click or drag to resize

LkDataSchProp Class

Linkar Framework for .NET and Core


Class to management the result of the operations LkSchemas and LkProperties.
Inheritance Hierarchy
SystemObject
  Linkar.LkDataLkData
    Linkar.LkDataLkDataCRUD
      Linkar.LkDataLkDataSchProp

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

The LkDataSchProp type exposes the following members.

Constructors
 NameDescription
Public methodLkDataSchProp Initializes a new instance of the LkDataSchProp class.
Top
Properties
 NameDescription
Public propertyErrors List of the error of the operation execution.
(Inherited from LkData)
Public propertyRowHeaders The RowHeaders value of the LkSchemas or LkProperties operations.
Public propertyRowProperties The RowProperties value of the LkSchemas or LkLkProperties operations.
Public propertyTotalItems Number of the items
(Inherited from LkDataCRUD)
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)
Public fieldLkRecords LkItem list from the CRUD operation execution.
(Inherited from LkDataCRUD)
Top
See Also