CurrencyInformationCollection members
The CurrencyInformationCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CurrencyInformationCollection |
Top
Properties
Name | Description | |
---|---|---|
ChildItemsName | Reserved for internal use. Gets the name of the key/value pair in the serialized JavaScript Object Notation (JSON) string for the child items. (Inherited from ClientValueObjectCollection<T>.) | |
Count | Gets the number of items in the collection. (Inherited from ClientValueObjectCollection<T>.) | |
Item | Gets the item at the specified index. (Inherited from ClientValueObjectCollection<T>.) | |
TypeId | (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new item to the collection. (Inherited from ClientValueObjectCollection<T>.) | |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
GetEnumerator | Gets enumerator. (Inherited from ClientValueObjectCollection<T>.) | |
InitOnePropertyFromJson | Initializes a property from JavaScript Object Notation (JSON). (Inherited from ClientValueObjectCollection<T>.) | |
ToString | (Inherited from Object.) | |
WriteToXml | (Overrides ClientValueObjectCollection<T>.WriteToXml(XmlWriter, SerializationContext).) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets enumerator. (Inherited from ClientValueObjectCollection<T>.) |
Top