CurrencyInformationCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.CurrencyInformationCollection", ServerTypeId="{c00c915f-131d-45ff-9ffb-8df65751b89f}", ValueObject=true)]
public class CurrencyInformationCollection : Microsoft.SharePoint.Client.ClientValueObjectCollection<Microsoft.SharePoint.Client.CurrencyInformation>
type CurrencyInformationCollection = class
    inherit ClientValueObjectCollection<CurrencyInformation>
Public Class CurrencyInformationCollection
Inherits ClientValueObjectCollection(Of CurrencyInformation)
Inheritance
Attributes

Constructors

CurrencyInformationCollection()

Properties

ChildItemsName (Inherited from ClientValueObjectCollection<T>)
Count (Inherited from ClientValueObjectCollection<T>)
Item[Int32] (Inherited from ClientValueObjectCollection<T>)
TypeId

Methods

Add(T) (Inherited from ClientValueObjectCollection<T>)
CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
GetEnumerator() (Inherited from ClientValueObjectCollection<T>)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientValueObjectCollection<T>)
WriteToXml(XmlWriter, SerializationContext)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from ClientValueObjectCollection<T>)

Applies to