Northwoods.Go Assembly > Northwoods.Go Namespace : GoCopyDictionary Class |
The following tables list the members exposed by GoCopyDictionary.
Name | Description | |
---|---|---|
![]() | GoCopyDictionary Constructor | Create an empty mapping of objects to copied objects. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of key/value pairs contained in the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | Delayeds | Get the collection that holds objects that need attention after the first phase of copying. |
![]() | DestinationDocument | Gets or sets the document collection into which we are making copies. |
![]() | IsFixedSize | Gets a value indicating whether the System.Collections.Hashtable has a fixed size. (Inherited from System.Collections.Hashtable) |
![]() | IsReadOnly | Gets a value indicating whether the System.Collections.Hashtable is read-only. (Inherited from System.Collections.Hashtable) |
![]() | IsSynchronized | Gets a value indicating whether access to the System.Collections.Hashtable is synchronized (thread safe). (Inherited from System.Collections.Hashtable) |
![]() | Item | Overridden. Gets or sets the copied object in the destination for an object in the source. |
![]() | Keys | Gets an System.Collections.ICollection containing the keys in the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | SourceCollection | Gets or sets the collection from which we are copying. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | Values | Gets an System.Collections.ICollection containing the values in the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
Name | Description | |
---|---|---|
![]() | EqualityComparer | Gets the System.Collections.IEqualityComparer to use for the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
Name | Description | |
---|---|---|
![]() | Add | Adds an element with the specified key and value into the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | Clear | Removes all elements from the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | Clone | Creates a shallow copy of the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | Contains | Determines whether the System.Collections.Hashtable contains a specific key. (Inherited from System.Collections.Hashtable) |
![]() | ContainsKey | Determines whether the System.Collections.Hashtable contains a specific key. (Inherited from System.Collections.Hashtable) |
![]() | ContainsValue | Determines whether the System.Collections.Hashtable contains a specific value. (Inherited from System.Collections.Hashtable) |
![]() | Copy | Return a copied object for an object (first pass only). |
![]() | CopyComplete | This convenience method performs both copy phases making a copy of a single object. |
![]() | CopyTo | Copies the System.Collections.Hashtable elements to a one-dimensional System.Array instance at the specified index. (Inherited from System.Collections.Hashtable) |
![]() | FinishDelayedCopies | Perform calls to GoObject.CopyObjectDelayed for any objects that were added to Delayeds during earlier calls to Copy. |
![]() | GetEnumerator | Returns an System.Collections.IDictionaryEnumerator that iterates through the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | GetObjectData | Implements the System.Runtime.Serialization.ISerializable interface and returns the data needed to serialize the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
![]() | OnDeserialization | Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from System.Collections.Hashtable) |
![]() | Remove | Removes the element with the specified key from the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |
Name | Description | |
---|---|---|
![]() | GetHash | Returns the hash code for the specified key. (Inherited from System.Collections.Hashtable) |
![]() | KeyEquals | Compares a specific System.Object with a specific key in the System.Collections.Hashtable. (Inherited from System.Collections.Hashtable) |