[This is preliminary documentation and is subject to change.]
Syntax
| C# |
|---|
public struct PropertyChain |
| Visual Basic (Declaration) |
|---|
Public Structure PropertyChain |
| Visual C++ |
|---|
public value class PropertyChain |
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
| CopyTo |
Copy the property chain into an array.
| |
| Equality |
Compare two PropertyChains for equality.
| |
| Equals |
Compare one PropertyChain to another.
(Overrides | |
| ExtractSubPath |
Extract part of the path.
| |
| GetEnumerator |
Get an enumerator to iterate over the PropertyHandle in this chain.
| |
| GetHashCode |
Constructs a hashcode from the hashcodes provided
by the PropertyHandles in this chain.
(Overrides | |
Gets the (Inherited from | ||
| IndexOf | Overloaded. | |
| Inequality |
Compare two PropertyChains for inequality.
| |
| IsStartingWith |
Verify whether the supplied path is a subpath of the current one, beginning at the same root.
| |
| Join |
Joins two property chains together
| |
| LeafsOf |
Converts property chain array to property handle array by gathering leafs of each chain.
| |
| ResolveForRoot |
Resolves the current path for a different root.
| |
| ToString | Overloaded. |
Protected Methods
| Name | Description | |
|---|---|---|
Allows an (Inherited from | ||
Creates a shallow copy of the current (Inherited from |
See Also
Spielwerke.Data Namespace