Class PropertyInfos
Wraps information of the PropertyInfo.
Namespace: Sartorius.SAF.Presentation.Markup
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Obsolete("Try using BindingValueProvider for property path binding.")]
public class PropertyInfos
Constructors
View SourcePropertyInfos(PropertyInfo, object)
Initializes a new instance of the PropertyInfos class.
Declaration
public PropertyInfos(PropertyInfo info, object parameter = null)
Parameters
| Type | Name | Description |
|---|---|---|
| PropertyInfo | info | The information. |
| object | parameter | The parameter. |
Properties
View SourceParameters
Gets or sets the parameters.
Declaration
public object[] Parameters { get; }
Property Value
| Type | Description |
|---|---|
| object[] |
PropertyInfo
Gets or sets the property information.
Declaration
public PropertyInfo PropertyInfo { get; }
Property Value
| Type | Description |
|---|---|
| PropertyInfo |