Show / Hide Table of Contents

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 Source

PropertyInfos(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 Source

Parameters

Gets or sets the parameters.

Declaration
public object[] Parameters { get; }
Property Value
Type Description
System.Object[]
View Source

PropertyInfo

Gets or sets the property information.

Declaration
public PropertyInfo PropertyInfo { get; }
Property Value
Type Description
System.Reflection.PropertyInfo

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX