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