The PropertyValues type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PropertyValues |
Initializes a new instance of the PropertyValues class.
|
Methods
Name | Description | |
---|---|---|
ContainsProperty |
Determines whether the specified property exists in the values collection.
|
|
Copy |
Copies all values from one collection to another, overwriting existing values in
the destination collection.
|
|
CreateItem(Type, PropertyValues) |
Creates an item instance from the specified values collection.
|
|
CreateItem(ItemMapping, Type, PropertyValues) |
Creates an item instance from the specified values collection
using a dynamic mapping.
|
|
CreateValues(Object) |
Creates a values collection from the specified item.
|
|
CreateValues(Object, array<String>[]()[][]) |
Creates a values collection from the specified item containing only the specified properties.
|
|
CreateValues(ItemMapping, Object) |
Creates a values collection from the specified item using a dynamic mapping.
|
|
CreateValues<(Of <<'(T>)>>)(ItemMapping, List<(Of <<'(T>)>>)) |
Creates a list of values collections from a list of items.
|
|
Equals | (Inherited from Object.) | |
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.) |
|
GetEnumerator |
Returns an enumerator that iterates through the property names.
|
|
GetHashCode |
Serves as a hash function for a particular type.
(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.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the property count.
|
|
IsCompleteSet |
Gets or sets a value indicating whether this instance contains all mapped
properties stored for the item.
|
|
Item |
Gets or sets the value with the specified property name.
|
|
ItemName |
Gets or sets the SimpleDB item name associated with this list of property values.
|