Lk |
The LkItems type exposes the following members.
| Name | Description | |
|---|---|---|
| LkItems | Initializes a new instance of the LkItem class. | |
| LkItems(String, String, String) | Initializes a new instance of the LkItem class. |
| Name | Description | |
|---|---|---|
| Capacity | (Inherited from ListLkItem) | |
| Count | (Inherited from ListLkItem) | |
| ItemInt32 | (Inherited from ListLkItem) | |
| ItemString | Indexer to get a LkItem using its RecordId. | |
| LstDicts | Array with the dictionary names for record fields. The same array for each LkItem that is stored in the list. | |
| LstDictsCalculated | Array with the dictionary names for calculated fields of the record. The same array for each LkItem that is stored in the list. | |
| LstDictsId | Array with the dictionary names for record Ids. The same array for each LkItem that is stored in the list. |
| Name | Description | |
|---|---|---|
| Add(LkItem) | Adds a new LkItem to the list. The dictionaries arrays of the list, will be copied to the LkItem added. | |
| Add(String) | Creates and adds LkItem with specific recordIds to the list. | |
| AddRange | (Inherited from ListLkItem) | |
| AsReadOnly | (Inherited from ListLkItem) | |
| BinarySearch(T) | (Inherited from ListLkItem) | |
| BinarySearch(T, IComparerT) | (Inherited from ListLkItem) | |
| BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListLkItem) | |
| Clear | (Inherited from ListLkItem) | |
| ComposeDeleteBuffer | 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. | |
| ComposeNewBuffer | Composes the final buffer string for one or more records to be created in MV New operations, with the RecordId and the Record information. | |
| ComposeReadBuffer | Composes the final buffer string for one or more records to be read in MV Read operations, with the RecordId information. | |
| ComposeUpdateBuffer | 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. | |
| Contains | (Inherited from ListLkItem) | |
| ConvertAllTOutput | (Inherited from ListLkItem) | |
| CopyTo(T) | (Inherited from ListLkItem) | |
| CopyTo(T, Int32) | (Inherited from ListLkItem) | |
| CopyTo(Int32, T, Int32, Int32) | (Inherited from ListLkItem) | |
| Equals | (Inherited from Object) | |
| Exists | (Inherited from ListLkItem) | |
| Finalize | (Inherited from Object) | |
| Find | (Inherited from ListLkItem) | |
| FindAll | (Inherited from ListLkItem) | |
| FindIndex(PredicateT) | (Inherited from ListLkItem) | |
| FindIndex(Int32, PredicateT) | (Inherited from ListLkItem) | |
| FindIndex(Int32, Int32, PredicateT) | (Inherited from ListLkItem) | |
| FindLast | (Inherited from ListLkItem) | |
| FindLastIndex(PredicateT) | (Inherited from ListLkItem) | |
| FindLastIndex(Int32, PredicateT) | (Inherited from ListLkItem) | |
| FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListLkItem) | |
| ForEach | (Inherited from ListLkItem) | |
| GetEnumerator | (Inherited from ListLkItem) | |
| GetHashCode | (Inherited from Object) | |
| GetRange | (Inherited from ListLkItem) | |
| GetType | (Inherited from Object) | |
| IndexOf(T) | (Inherited from ListLkItem) | |
| IndexOf(T, Int32) | (Inherited from ListLkItem) | |
| IndexOf(T, Int32, Int32) | (Inherited from ListLkItem) | |
| Insert | (Inherited from ListLkItem) | |
| InsertRange | (Inherited from ListLkItem) | |
| LastIndexOf(T) | (Inherited from ListLkItem) | |
| LastIndexOf(T, Int32) | (Inherited from ListLkItem) | |
| LastIndexOf(T, Int32, Int32) | (Inherited from ListLkItem) | |
| MemberwiseClone | (Inherited from Object) | |
| Remove | (Inherited from ListLkItem) | |
| RemoveAll | (Inherited from ListLkItem) | |
| RemoveAt | (Inherited from ListLkItem) | |
| RemoveId | Removes the LkItem specified by its recordId from the list. | |
| RemoveRange | (Inherited from ListLkItem) | |
| Reverse | (Inherited from ListLkItem) | |
| Reverse(Int32, Int32) | (Inherited from ListLkItem) | |
| Sort | (Inherited from ListLkItem) | |
| Sort(ComparisonT) | (Inherited from ListLkItem) | |
| Sort(IComparerT) | (Inherited from ListLkItem) | |
| Sort(Int32, Int32, IComparerT) | (Inherited from ListLkItem) | |
| ToArray | (Inherited from ListLkItem) | |
| ToString | (Inherited from Object) | |
| TrimExcess | (Inherited from ListLkItem) | |
| TrueForAll | (Inherited from ListLkItem) |