Click or drag to resize
StructuredLocation Class
Collection of additional locations associated with object stored in MainLocation.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericSortedSetString
    CMS.ContinuousIntegration.InternalStructuredLocation

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public class StructuredLocation : SortedSet<string>, 
	IEquatable<StructuredLocation>

The StructuredLocation type exposes the following members.

Constructors
  NameDescription
Public methodStructuredLocation(String)
Creates empty new instance of StructuredLocation for provided mainLocation.
Public methodStructuredLocation(String, IEnumerableString)
Creates new instance of StructuredLocation for provided mainLocation and fills it with additional locations from provided additionalLocations.
Top
Properties
  NameDescription
Public propertyMainLocation
Path to the XML where the majority of an object is stored. This paths identifies to what object additional locations belong to.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(StructuredLocation)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Top
See Also