A collection of ValueItem objects.
Create an instance of this class by calling "SQApplication.GetValuesCollection()".
SFQWrapper.Values
public class Values : object, IEnumerable
Class Members
Member | Description | |
---|---|---|
AddItem |
Adds an item to the collection. public ValueItem AddItem(object item); public ValueItem AddItem(ValueItem item); public ValueItem AddItem(string key, object item); |
|
Clear |
Removes all items from the collection. public void Clear(); |
|
Item |
Returns a member of the collection by index. public ValueItem Item(int index); |
|
RemoveItem |
Removes a member object from a collection by index. public bool RemoveItem(int index); |
|
Count |
The number of objects in the collection. |
Requirements
Namespace: SFQWrapperAssembly: sfqwrapper.dll
© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic