Click or drag to resize

LkItems Class

Linkar Framework for .NET and Core


This class is to implement List of the LkItems.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListLkItem
    Linkar.LkDataLkItems

Namespace: Linkar.LkData
Assembly: Linkar.LkData (in Linkar.LkData.dll) Version: 2.3.1
Syntax
public class LkItems : List<LkItem>

The LkItems type exposes the following members.

Constructors
 NameDescription
Public methodLkItems Initializes a new instance of the LkItem class.
Public methodLkItems(String, String, String) Initializes a new instance of the LkItem class.
Top
Properties
 NameDescription
Public propertyCapacity
(Inherited from ListLkItem)
Public propertyCount
(Inherited from ListLkItem)
Public propertyItemInt32
(Inherited from ListLkItem)
Public propertyItemString Indexer to get a LkItem using its RecordId.
Public propertyLstDicts Array with the dictionary names for record fields. The same array for each LkItem that is stored in the list.
Public propertyLstDictsCalculated Array with the dictionary names for calculated fields of the record. The same array for each LkItem that is stored in the list.
Public propertyLstDictsId Array with the dictionary names for record Ids. The same array for each LkItem that is stored in the list.
Top
Methods
 NameDescription
Public methodAdd(LkItem) Adds a new LkItem to the list. The dictionaries arrays of the list, will be copied to the LkItem added.
Public methodAdd(String) Creates and adds LkItem with specific recordIds to the list.
Public methodAddRange
(Inherited from ListLkItem)
Public methodAsReadOnly
(Inherited from ListLkItem)
Public methodBinarySearch(T)
(Inherited from ListLkItem)
Public methodBinarySearch(T, IComparerT)
(Inherited from ListLkItem)
Public methodBinarySearch(Int32, Int32, T, IComparerT)
(Inherited from ListLkItem)
Public methodClear
(Inherited from ListLkItem)
Public methodComposeDeleteBuffer Composes the final buffer string for one or more records to be deleted in MV Delete operations, with the RecordId, and optionally with the OriginalRecord information.
Public methodComposeNewBuffer Composes the final buffer string for one or more records to be created in MV New operations, with the RecordId and the Record information.
Public methodComposeReadBuffer Composes the final buffer string for one or more records to be read in MV Read operations, with the RecordId information.
Public methodComposeUpdateBuffer Composes the final buffer string for one or more records to be updated in MV Update operations, with the RecordId, the Record, and optionally the OriginalRecord information.
Public methodContains
(Inherited from ListLkItem)
Public methodConvertAllTOutput
(Inherited from ListLkItem)
Public methodCopyTo(T)
(Inherited from ListLkItem)
Public methodCopyTo(T, Int32)
(Inherited from ListLkItem)
Public methodCopyTo(Int32, T, Int32, Int32)
(Inherited from ListLkItem)
Public methodEquals
(Inherited from Object)
Public methodExists
(Inherited from ListLkItem)
Protected methodFinalize
(Inherited from Object)
Public methodFind
(Inherited from ListLkItem)
Public methodFindAll
(Inherited from ListLkItem)
Public methodFindIndex(PredicateT)
(Inherited from ListLkItem)
Public methodFindIndex(Int32, PredicateT)
(Inherited from ListLkItem)
Public methodFindIndex(Int32, Int32, PredicateT)
(Inherited from ListLkItem)
Public methodFindLast
(Inherited from ListLkItem)
Public methodFindLastIndex(PredicateT)
(Inherited from ListLkItem)
Public methodFindLastIndex(Int32, PredicateT)
(Inherited from ListLkItem)
Public methodFindLastIndex(Int32, Int32, PredicateT)
(Inherited from ListLkItem)
Public methodForEach
(Inherited from ListLkItem)
Public methodGetEnumerator
(Inherited from ListLkItem)
Public methodGetHashCode
(Inherited from Object)
Public methodGetRange
(Inherited from ListLkItem)
Public methodGetType
(Inherited from Object)
Public methodIndexOf(T)
(Inherited from ListLkItem)
Public methodIndexOf(T, Int32)
(Inherited from ListLkItem)
Public methodIndexOf(T, Int32, Int32)
(Inherited from ListLkItem)
Public methodInsert
(Inherited from ListLkItem)
Public methodInsertRange
(Inherited from ListLkItem)
Public methodLastIndexOf(T)
(Inherited from ListLkItem)
Public methodLastIndexOf(T, Int32)
(Inherited from ListLkItem)
Public methodLastIndexOf(T, Int32, Int32)
(Inherited from ListLkItem)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove
(Inherited from ListLkItem)
Public methodRemoveAll
(Inherited from ListLkItem)
Public methodRemoveAt
(Inherited from ListLkItem)
Public methodRemoveId Removes the LkItem specified by its recordId from the list.
Public methodRemoveRange
(Inherited from ListLkItem)
Public methodReverse
(Inherited from ListLkItem)
Public methodReverse(Int32, Int32)
(Inherited from ListLkItem)
Public methodSort
(Inherited from ListLkItem)
Public methodSort(ComparisonT)
(Inherited from ListLkItem)
Public methodSort(IComparerT)
(Inherited from ListLkItem)
Public methodSort(Int32, Int32, IComparerT)
(Inherited from ListLkItem)
Public methodToArray
(Inherited from ListLkItem)
Public methodToString
(Inherited from Object)
Public methodTrimExcess
(Inherited from ListLkItem)
Public methodTrueForAll
(Inherited from ListLkItem)
Top
See Also