Show / Hide Table of Contents

Class PropertyInfos

Wraps information of the PropertyInfo.

Inheritance
object
PropertyInfos
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
PropertyInfo info

The information.

object parameter

The parameter.

Properties

View Source

Parameters

Gets or sets the parameters.

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

PropertyInfo

Gets or sets the property information.

Declaration
public PropertyInfo PropertyInfo { get; }
Property Value
Type Description
PropertyInfo

Extension Methods

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