PropertyValue Constructor
Creates an instance of a PropertyValue object
Syntax
public PropertyValue(
IEntity entity,
PropertyDefinition propDef,
System.object val
)Public Function New( _
ByVal entity As IEntity, _
ByVal propDef As PropertyDefinition, _
ByVal val As System.Object _
)Parameters
| Name | Description |
|---|---|
| entity | The entity that this value applies to |
| propDef | The PropertyDefinition that the value applies to |
| val | The actual property value |