Click or drag to resize
RepositoryLocationsCollection Methods

The RepositoryLocationsCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds location to the collection.

If mainLocation or additionalLocation already exists, it is not added for second time.

Single mainLocation can have multiple different additionalLocations.

Public methodClone
Creates a new object that is a copy of the current instance.
Public methodCode exampleClone(FuncString, String)
Creates a new object that is a copy of the current instance using locationTransform function.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(RepositoryLocationsCollection)
Indicates whether the current object is equal to another object of the same type.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection of individual, unstructured (see StructuredLocations) locations.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Top
Extension Methods
  NameDescription
Public Extension MethodBatchString
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodJoin
Joins the given list of values with a given separator.
(Defined by HelpersExtensions.)
Public Extension MethodToHashSetString
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also