Class PropertyInfos
Wraps information of the PropertyInfo.
Inheritance
System.Object
PropertyInfos
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.Reflection.PropertyInfo | info | The information. |
System.Object | parameter | The parameter. |
Properties
View SourceParameters
Gets or sets the parameters.
Declaration
public object[] Parameters { get; }
Property Value
Type | Description |
---|---|
System.Object[] |
PropertyInfo
Gets or sets the property information.
Declaration
public PropertyInfo PropertyInfo { get; }
Property Value
Type | Description |
---|---|
System.Reflection.PropertyInfo |