The PropertyValues type exposes the following members.

Constructors

  Name Description
Public method PropertyValues
Initializes a new instance of the PropertyValues class.

Methods

  Name Description
Public method ContainsProperty
Determines whether the specified property exists in the values collection.
Public method Static member Copy
Copies all values from one collection to another, overwriting existing values in the destination collection.
Public method Static member CreateItem(Type, PropertyValues)
Creates an item instance from the specified values collection.
Public method Static member CreateItem(ItemMapping, Type, PropertyValues)
Creates an item instance from the specified values collection using a dynamic mapping.
Public method Static member CreateValues(Object)
Creates a values collection from the specified item.
Public method Static member CreateValues(Object, array<String>[]()[][])
Creates a values collection from the specified item containing only the specified properties.
Public method Static member CreateValues(ItemMapping, Object)
Creates a values collection from the specified item using a dynamic mapping.
Public method Static member CreateValues<(Of <<'(T>)>>)(ItemMapping, List<(Of <<'(T>)>>))
Creates a list of values collections from a list of items.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Returns an enumerator that iterates through the property names.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the property count.
Public property IsCompleteSet
Gets or sets a value indicating whether this instance contains all mapped properties stored for the item.
Public property Item
Gets or sets the value with the specified property name.
Public property ItemName
Gets or sets the SimpleDB item name associated with this list of property values.

See Also