Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

GraphCategoryCollection Class

Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)

Represents collection of categories on a Graph message.

Syntax
public class GraphCategoryCollection : ICollection<string>, IEnumerable<string>, IEnumerable
Inheritance
Object
GraphCategoryCollection
Implements
ICollection<String>
IEnumerable<String>
IEnumerable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

Constructors

Name Description
GraphCategoryCollection()

Initializes new empty instance.

GraphCategoryCollection(IEnumerable<String>)

Initializes new collection filled with provided categories.

GraphCategoryCollection(String[])

Initializes new collection filled with provided categories.

Properties

Name Description
Count

Gets the number of categories contained in this collection.

SyncRoot

Gets an object that can be used to synchronize access to the collection.

Methods

Name Description
Add(String)

Adds a category to this collection.

AddRange(IEnumerable<String>)

Adds multiple categories to this collection.

Clear()

Removes all categories from the collection.

Contains(String)

Determines whether the category is in this collection.

CopyTo(String[], Int32)

Copies the range of categories from the collection to a one-dimensional string array, starting at the specified index of the target array.

GetEnumerator()

Gets an IEnumerator<string> for the collection.

Remove(String)

Removes the specified category from this collection.

Operators

Name Description
Implicit(String to GraphCategoryCollection)

Converts a String to an GraphCategoryCollection.

Implicit(String[] to GraphCategoryCollection)

Converts a String array to an GraphCategoryCollection.

Explicit Interface Implementations

Name Description
ICollection<String>.IsReadOnly

Gets a value indicating whether the collection is read-only.

IEnumerable.GetEnumerator()

Returns an enumerator that can iterate through the collection.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies