GetValues(IEntity) Method
Gets all of the property values in this collection for a particular entity
Syntax
public System.Collections.Generic.Dictionary<PropertyDefinition,PropertyValue> GetValues(
IEntity entity
)Public Overloads Function GetValues( _
ByVal entity As IEntity _
) As System.Collections.Generic.Dictionary(Of PropertyDefinition,PropertyValue)Parameters
| Name | Description |
|---|---|
| entity | The entity to retrieve values for |
Return Value
A dictionary containing all of the values for the specified entity. The key to the dictionary is the PropertyDefinition that the value belongs to, and the value of the dictionary is the actual property value