| ItemValues Class |
Namespace: ConnectedApps.Cms.Entities
The ItemValues type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemValues | Initializes a new instance of the ItemValues class |
| Name | Description | |
|---|---|---|
| ContentValues |
Gets or sets a flat collection of value content corresponding to values found in Values.
| |
| Values |
Gets or sets the collection of values.
|
| Name | Description | |
|---|---|---|
| CreateValue(String) |
Creates a value at a given path.
| |
| CreateValue(String, Boolean) |
Creates a value at a given path.
| |
| CreateValue(String, Object, DataType) |
Creates a value at a given path.
| |
| CreateValue(String, Object, DataType, EntityCollectionValueAttribute) |
Creates a value at the given path.
| |
| CreateValue(String, Object, DataType, EntityCollectionValueAttribute, Boolean) |
Creates a value at the given path.
| |
| CreateValue(String, Object, DataType, EntityCollectionValueAttribute, Boolean, Boolean) |
Creates a value at the given path.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GenerateIdPaths |
Goes through all values in the tree and assigns a path with each node containing the value's unique identifier.
| |
| GeneratePaths |
Goes through all values in the tree and assigns a path with each node containing the value's name.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MoveValue |
Moves a value at a given path up or down in it's current depth.
| |
| RemoveValue |
Removes a single value at a given path.
| |
| RemoveValues |
Removes multiple values at a given path.
| |
| SelectSingleValue(Guid) |
Selects a single value with a given unique identifier.
| |
| SelectSingleValue(String) |
Selects a single value at a given path.
| |
| SelectValues |
Selects a collection of values at a given path.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |