Click or drag to resize

spiderLinkByFlagCollection Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.core.spiderLinkByFlagCollection"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryspiderLinkFlags, ListspiderLink
    aceEnumDictionaryspiderLinkFlags, ListspiderLink
      aceEnumListSetspiderLinkFlags, spiderLink
        imbWEM.Core.crawler.corespiderLinkByFlagCollection

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class spiderLinkByFlagCollection : aceEnumListSet<spiderLinkFlags, spiderLink>

The spiderLinkByFlagCollection type exposes the following members.

Constructors
  NameDescription
Public methodspiderLinkByFlagCollection
Initializes a new instance of the spiderLinkByFlagCollection class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public propertyCount (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Protected propertyhaveChange (Inherited from aceEnumListSetspiderLinkFlags, spiderLink.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public propertyKeys (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public propertyValues (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Top
Methods
  NameDescription
Protected methodAcceptChanges (Inherited from aceEnumListSetspiderLinkFlags, spiderLink.)
Public methodAdd(UTP, UTP) (Inherited from aceEnumListSetspiderLinkFlags, spiderLink.)
Public methodAdd(TKey, TValue)
Adds the specified key and value to the dictionary.
(Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodClear (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodContainsKey (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodContainsValue (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodCountAll (Inherited from aceEnumListSetspiderLinkFlags, spiderLink.)
Protected methoddeploy (Inherited from aceEnumDictionaryspiderLinkFlags, ListspiderLink.)
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 methodGetEnumerator (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodRemove(TKey) (Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Public methodRemove(UTP) (Inherited from aceEnumListSetspiderLinkFlags, spiderLink.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryspiderLinkFlags, ListspiderLink.)
Top
Fields
  NameDescription
Protected fieldoldHash (Inherited from aceEnumListSetspiderLinkFlags, spiderLink.)
Protected fieldt (Inherited from aceEnumDictionaryspiderLinkFlags, ListspiderLink.)
Top
See Also