Click or drag to resize
ItemValues Class
Represents helper methods and collection of values in a tree structure.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.EntitiesItemValues

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class ItemValues

The ItemValues type exposes the following members.

Constructors
  NameDescription
Public methodItemValues
Initializes a new instance of the ItemValues class
Top
Properties
  NameDescription
Public propertyContentValues
Gets or sets a flat collection of value content corresponding to values found in Values.
Public propertyValues
Gets or sets the collection of values.
Top
Methods
  NameDescription
Public methodCreateValue(String)
Creates a value at a given path.
Public methodCreateValue(String, Boolean)
Creates a value at a given path.
Public methodCreateValue(String, Object, DataType)
Creates a value at a given path.
Public methodCreateValue(String, Object, DataType, EntityCollectionValueAttribute)
Creates a value at the given path.
Public methodCreateValue(String, Object, DataType, EntityCollectionValueAttribute, Boolean)
Creates a value at the given path.
Public methodCreateValue(String, Object, DataType, EntityCollectionValueAttribute, Boolean, Boolean)
Creates a value at the given path.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerateIdPaths
Goes through all values in the tree and assigns a path with each node containing the value's unique identifier.
Public methodGeneratePaths
Goes through all values in the tree and assigns a path with each node containing the value's name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveValue
Moves a value at a given path up or down in it's current depth.
Public methodRemoveValue
Removes a single value at a given path.
Public methodRemoveValues
Removes multiple values at a given path.
Public methodSelectSingleValue(Guid)
Selects a single value with a given unique identifier.
Public methodSelectSingleValue(String)
Selects a single value at a given path.
Public methodSelectValues
Selects a collection of values at a given path.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also