Common Application Framework

ValueList Methods

The methods of the ValueList class are listed below. For a complete list of ValueList class members, see the ValueList Members topic.

Public Instance Methods

AddOverloaded. Create and add a new ValueListItem object to the ValueList.
Clear Remove all ValueListItems from the ValueList.
CopyTo Copies the elements of the collection to an Array, starting at a particular Array index.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through the Collection.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
InsertOverloaded. Create and insert a new ValueListItem object into the ValueList.
RemoveOverloaded. Remove the ValueListItem at the specified index position from the ValueList.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

ValueList Class | Aveva.ApplicationFramework.Presentation Namespace