Overload | Description |
---|---|
AddFromObject(Object) | Transfers an object with its properties as fields or variables to List & Label. |
AddFromObject(String,Object) | Transfers an object with its properties as fields or variables to List & Label. Additionally a prefix can be passed for fields and variables. |
AddFromObject(String,Object,Boolean) | Transfers an object with its properties as fields or variables to List & Label. Additionally a prefix can be passed for fields and variables. With this overload only properties are passed that do not have the Browsable(false) attribute. |