Class DmsViewSet
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents a set of IDmsView items.
public sealed class DmsViewSet
- Inheritance
-
DmsViewSet
- Extension Methods
Constructors
Properties
- Count
Gets the number of views that are contained in a set.
Methods
- Add(IDmsView)
Adds the specified item to a set.
- Clear()
Removes all items from the collection.
- Contains(IDmsView)
Determines whether the collection contains the specified item.
- CopyTo(IDmsView[], int)
Copies the items of a ICollection<IDmsView> object to an array, starting at the specified array index.
- ExceptWith(IEnumerable<IDmsView>)
Removes all items in the specified collection from the current set.
- GetEnumerator()
Returns an enumerator that iterates through the collection object.
- IntersectWith(IEnumerable<IDmsView>)
Modifies the current set to contain only items that are present in that object and in the specified collection.
- IsProperSubsetOf(IEnumerable<IDmsView>)
Determines whether this object is a proper subset of the specified collection.
- IsProperSupersetOf(IEnumerable<IDmsView>)
Determines whether the object is a proper superset of the specified collection.
- IsSubsetOf(IEnumerable<IDmsView>)
Determines whether this set is a subset of the specified collection.
- IsSupersetOf(IEnumerable<IDmsView>)
Determines whether this object is a superset of the specified collection.
- Overlaps(IEnumerable<IDmsView>)
Determines whether the current object and a specified collection share common items.
- Remove(IDmsView)
Removes the specified item from the collection.
- SetEquals(IEnumerable<IDmsView>)
Determines whether this object and the specified collection contain the same items.
- SymmetricExceptWith(IEnumerable<IDmsView>)
Modifies the current set to contain only items that are present either in this object or in the specified collection, but not both.
- UnionWith(IEnumerable<IDmsView>)
Modifies the current set to contain all items that are present in itself, the specified collection, or both.