Click or drag to resize
OperationContainer Class
Container of current operations in the server
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionJobOperation
    DrawerBackup.ServerOperationContainer

Namespace: DrawerBackup.Server
Assembly: DrawerBackup.Server (in DrawerBackup.Server.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public class OperationContainer : Collection<JobOperation>

The OperationContainer type exposes the following members.

Constructors
  NameDescription
Protected methodOperationContainer
Initializes a new instance of the OperationContainer class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionJobOperation.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionJobOperation.)
Protected propertyItems (Inherited from CollectionJobOperation.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from CollectionJobOperation.)
Public methodClear (Inherited from CollectionJobOperation.)
Protected methodClearItems (Inherited from CollectionJobOperation.)
Public methodContains (Inherited from CollectionJobOperation.)
Public methodCopyTo (Inherited from CollectionJobOperation.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGet
Get the operation
Public methodGetEnumerator (Inherited from CollectionJobOperation.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionJobOperation.)
Public methodInsert (Inherited from CollectionJobOperation.)
Protected methodInsertItem (Inherited from CollectionJobOperation.)
Public methodStatic memberInstance
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionJobOperation.)
Public methodRemoveAt (Inherited from CollectionJobOperation.)
Protected methodRemoveItem (Inherited from CollectionJobOperation.)
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionJobOperation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionJobOperation.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionJobOperation.)
Top
See Also