Table of Contents

Constructor PropertyPath

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

PropertyPath(string, params object[])

Construct a PropertyPath from a string and a list of parameters

public PropertyPath(string path, params object[] pathParameters)

Parameters

path string
pathParameters object[]

PropertyPath(object)

Public constructor that takes a single parameter. This is the degenerate PropertyPath (a path of a single step).

public PropertyPath(object parameter)

Parameters

parameter object