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 | (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 | (Inherited from System.Collections.Hashtable) | |
IsReadOnly | (Inherited from System.Collections.Hashtable) | |
IsSynchronized | (Inherited from System.Collections.Hashtable) | |
Item | Overridden. Gets or sets the copied object in the destination for an object in the source. | |
Keys | (Inherited from System.Collections.Hashtable) | |
SourceCollection | Gets or sets the collection from which we are copying. | |
SyncRoot | (Inherited from System.Collections.Hashtable) | |
Values | (Inherited from System.Collections.Hashtable) |
Name | Description | |
---|---|---|
EqualityComparer | (Inherited from System.Collections.Hashtable) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.Hashtable) | |
Clear | (Inherited from System.Collections.Hashtable) | |
Clone | (Inherited from System.Collections.Hashtable) | |
Contains | (Inherited from System.Collections.Hashtable) | |
ContainsKey | (Inherited from System.Collections.Hashtable) | |
ContainsValue | (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 | (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 | (Inherited from System.Collections.Hashtable) | |
GetObjectData | (Inherited from System.Collections.Hashtable) | |
OnDeserialization | (Inherited from System.Collections.Hashtable) | |
Remove | (Inherited from System.Collections.Hashtable) |
Name | Description | |
---|---|---|
GetHash | (Inherited from System.Collections.Hashtable) | |
KeyEquals | (Inherited from System.Collections.Hashtable) |