Click or drag to resize

GuidList Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelEquatableListGuid
    Omada.OE.ModelGuidList

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class GuidList : EquatableList<Guid>

The GuidList type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd(IEnumerableT) (Inherited from EquatableListT.)
Public methodAdd(T) (Inherited from EquatableListT.)
Public methodAddFromDelimitedString(String, Char)
Public methodAddFromDelimitedString(String, Char, EquatableListTStringConverter) (Inherited from EquatableListT.)
Public methodAddIfNotPresent
Adds value to collection if it is not already present.
(Inherited from EquatableListT.)
Public methodClear (Inherited from EquatableListT.)
Public methodContains (Inherited from EquatableListT.)
Public methodContainsCommonItems
Returns true if the collection contains one or more items that is present in source.
(Inherited from EquatableListT.)
Public methodContainsExactly(T)
Checks if the list contains a single value which is the one specified.
(Inherited from EquatableListT.)
Public methodContainsExactly(EquatableListT)
Checks if the list contains exactly the same items as source. Duplicate values are, however, ignored. The items doesn't have to occur in the same order.
(Inherited from EquatableListT.)
Public methodContainsOrEmpty
Returns true if the list is empty or if it contains a specific value.
(Inherited from EquatableListT.)
Public methodCopyTo (Inherited from EquatableListT.)
Public methodEquals (Inherited from EquatableListT.)
Public methodExists
Does the collection contains elements matching the conditions defined by the predicate. Similar to List>T<.Exists.
(Inherited from EquatableListT.)
Public methodFind (Inherited from EquatableListT.)
Public methodFindAll (Inherited from EquatableListT.)
Public methodFindIndex (Inherited from EquatableListT.)
Public methodFindLast (Inherited from EquatableListT.)
Public methodFindLastIndex (Inherited from EquatableListT.)
Public methodForEach (Inherited from EquatableListT.)
Public methodGetCommonItems
Returns the elements that are contained in source.
(Inherited from EquatableListT.)
Public methodGetEnumerator (Inherited from EquatableListT.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from EquatableListT.)
Public methodGetUncommonItems
Returns the elements that are NOT contained in source.
(Inherited from EquatableListT.)
Public methodIndexOf (Inherited from EquatableListT.)
Public methodInsert (Inherited from EquatableListT.)
Public methodRemove (Inherited from EquatableListT.)
Public methodRemoveAt (Inherited from EquatableListT.)
Public methodRemoveDuplets
Sorts the list (ascending) and removes duplets.
(Inherited from EquatableListT.)
Public methodSort (Inherited from EquatableListT.)
Public methodSplitValues
Splits the list into a number of smaller lists.
(Inherited from EquatableListT.)
Public methodToArray (Inherited from EquatableListT.)
Public methodToList (Inherited from EquatableListT.)
Public methodToString (Inherited from EquatableListT.)
Public methodToString(String) (Inherited from EquatableListT.)
Public methodTrueForAll
Does all elements in the collection matching the conditions defined by the predicate. Similar to List>T<.TrueForAll
(Inherited from EquatableListT.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item to the IList at the specified index.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from EquatableListT.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from EquatableListT.)
Top
See Also