PathRecord Members
The PathRecord type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a deep clone of this PathRecord with a cloned Attributes instance.
The cloned PathRecord is always unfrozen.
|
|
|
EnforceFreezeOnMutation |
Enforces the freeze by logging and optionally throwing if a property is being set
on a frozen instance.
|
|
|
Freeze |
Freezes this PathRecord and its nested Attributes.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Attributes |
Gets or sets the attributes.
|
|
|
ID |
Gets or sets the ID.
|
|
|
IsActive |
Gets or sets a value indicating whether this instance is active.
|
|
|
IsFrozen |
Checks whether this PathRecord is frozen. Runtime-only flag — never serialized.
|
|
|
IsPrimary |
Gets or sets a value indicating whether this instance is primary.
|
|
|
Path |
Gets or sets the path.
|
|
|
SortOrder |
Gets or sets the sort order.
|

