Class PropertyPathBuilder
- Namespace
- Avalonia.Data.Core
- Assembly
- Avalonia.Base.dll
public class PropertyPathBuilder
- Inheritance
-
PropertyPathBuilder
- Inherited Members
-
Constructors
PropertyPathBuilder()
public PropertyPathBuilder()
Methods
Build()
public PropertyPath Build()
Returns
- PropertyPath
Cast(Type)
public PropertyPathBuilder Cast(Type type)
Parameters
type
Type
Returns
- PropertyPathBuilder
ChildTraversal()
public PropertyPathBuilder ChildTraversal()
Returns
- PropertyPathBuilder
EnsureType(Type)
public PropertyPathBuilder EnsureType(Type type)
Parameters
type
Type
Returns
- PropertyPathBuilder
Property(IPropertyInfo)
public PropertyPathBuilder Property(IPropertyInfo property)
Parameters
property
IPropertyInfo
Returns
- PropertyPathBuilder