Design Pattern Framework 3.5
GetPropertyValue Method (businessObject)
Patterns-In-Action! Application ► BusinessObjects.BusinessRules ► BusinessRule ► GetPropertyValue(BusinessObject)
Gets value for given business object's property using reflection.
Declaration Syntax
C# | Visual Basic |
protected Object GetPropertyValue( BusinessObject businessObject )
Protected Function GetPropertyValue ( _ businessObject As BusinessObject _ ) As Object
Parameters
- businessObject (BusinessObject)
Return Value
Assembly: BusinessObjects (Module: BusinessObjects) Version: 1.0.0.0 (1.0.0.0)