StructuredLocation Class |
Namespace: CMS.ContinuousIntegration.Internal
public class StructuredLocation : SortedSet<string>, IEquatable<StructuredLocation>
The StructuredLocation type exposes the following members.
Name | Description | |
---|---|---|
StructuredLocation(String) |
Creates empty new instance of StructuredLocation for provided mainLocation.
| |
StructuredLocation(String, IEnumerableString) |
Creates new instance of StructuredLocation for provided mainLocation
and fills it with additional locations from provided additionalLocations.
|
Name | Description | |
---|---|---|
MainLocation |
Path to the XML where the majority of an object is stored.
This paths identifies to what object additional locations belong to.
|
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(StructuredLocation) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) |