Method GetTrackedProperty
GetTrackedProperty<T>(string, bool)
Return the tracked property for the property path.
Declaration
public T GetTrackedProperty<T>(string propertyPath, bool create = true) where T : ITrackedProperty, new()
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyPath | The serialized property path. |
| bool | create | Specify whether to create a property if no existing property is found. |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
GetTrackedProperty(string)
Return the tracked property for the property path.
Declaration
public virtual ITrackedProperty GetTrackedProperty(string propertyPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyPath | The serialized property path. |
Returns
| Type | Description |
|---|---|
| ITrackedProperty |