Class ItemPathInformationCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of item path information.
public class ItemPathInformationCollection : Collection<ItemPathInformation>, IList<ItemPathInformation>, ICollection<ItemPathInformation>, IList, ICollection, IReadOnlyList<ItemPathInformation>, IReadOnlyCollection<ItemPathInformation>, IEnumerable<ItemPathInformation>, IEnumerable
- Inheritance
-
ItemPathInformationCollection
- Implements
- Inherited Members
Constructors
ItemPathInformationCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ItemPathInformationCollection class.
public ItemPathInformationCollection()
Methods
Sort()
Sorts the values in the collection.
public void Sort()
ToString()
Returns the path information collection as a human readable string.
public override string ToString()
Returns
- string
The path information collection as a human readable string.