ClientValueObjectCollection<T> members

Represents a collection of value objects.

The ClientValueObjectCollection<T> type exposes the following members.

Constructors

  Name Description
Protected method ClientValueObjectCollection<T> Initializes a new instance of the ClientValueObjectCollection<T> object.

Top

Properties

  Name Description
Protected property 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.
Public property Count Gets the number of items in the collection.
Public property Item Gets the item at the specified index.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)

Top

Methods

  Name Description
Public method Add Adds a new item to the collection.
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method GetEnumerator Gets enumerator.
Protected method InitOnePropertyFromJson Initializes a property from JavaScript Object Notation (JSON). (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method WriteToXml Serializes the object into XML. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets enumerator.

Top

See also

Reference

ClientValueObjectCollection<T> class

Microsoft.SharePoint.Client namespace