ClientValueObjectCollection<T> members
Represents a collection of value objects.
The ClientValueObjectCollection<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientValueObjectCollection<T> | Initializes a new instance of the ClientValueObjectCollection<T> object. |
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. | |
Count | Gets the number of items in the collection. | |
Item | Gets the item at the specified index. | |
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 | |
---|---|---|
Add | Adds a new item to the collection. | |
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. | |
InitOnePropertyFromJson | Initializes a property from JavaScript Object Notation (JSON). (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) | |
ToString | (Inherited from Object.) | |
WriteToXml | Serializes the object into XML. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets enumerator. |
Top