VSID.baliListsCollections.azlwListCarrier
-
Class Summary
Project ID | EAD868658E0D257F85258ADD00779AEB |
Version | |
Class ID | F8798826FDC7DC8D85258ADE004A0601 |
Class Type | Base |
Attributes | |
-
-
Properties Detail
-
hasContent (Get)
Public Property Get hasContent As Boolean |
Flag indicating if the carrier has content |
-
JSON (Get)
Public Property Get JSON As String |
JSON representing the azlwListCarrier |
-
JSONallStrings (Get)
Public Property Get JSONallStrings As String |
JSON representing the object, with all values as Strings |
-
listTags (Get)
Public Property Get listTags As Variant |
array of all ListTags for the object |
-
size (Get)
Public Property Get size As Long |
Number of elements in the list |
-
sortedListTags (Get)
Public Property Get sortedListTags As Variant |
sorted Array of all ListTags |
-
Methods Detail
-
getContent
Public Function getContent() As Variant |
Gets the content list for the object This method is designed to be overriden by child classes |
-
hasTag
Public Function hasTag(tag As String) As Boolean |
Indicates if the specified tag represents an element in the internal List |
idx | Argument | Data Type | Attributes |
1 | tag | String | |
-
isEqual
Public Function isEqual(source As azlwListCarrier) As Boolean |
Compares tags and values to another azlwListCarrier @return |
idx | Argument | Data Type | Attributes |
1 | source | azlwListCarrier | |
-
clear
Public Sub clear() |
Clears the object's content This method is designe to be overriden by child classes |
-
removeElement
Public Sub removeElement(key As String) |
Removes an element (if it exists) from the list This method is designed to be overriden by child classes |
idx | Argument | Data Type | Attributes |
1 | key | String | |
-
setElementValue
Public Sub setElementValue(key As String, value As Variant) |
Sets the value for an element in the list This method is designed to be overriden by child classes |
idx | Argument | Data Type | Attributes |
1 | key | String | |
2 | value | Variant | |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.