relationShipCollection Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.crawler.structure.relationShipCollection"]
Namespace: imbWEM.Core.crawler.structure
public class relationShipCollection : IDictionary<string, spiderLink>, ICollection<KeyValuePair<string, spiderLink>>, IEnumerable<KeyValuePair<string, spiderLink>>, IEnumerable
The relationShipCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| relationShipCollection | Initializes a new instance of the relationShipCollection class |
| Name | Description | |
|---|---|---|
| Add(KeyValuePairString, spiderLink) | ||
| Add(String, spiderLink) | ||
| Clear | ||
| Contains | ||
| ContainsAsOrigin | ||
| ContainsAsTarget | ||
| ContainsKey | ||
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetOriginFrom | ||
| GetTargetingTo | ||
| GetType | (Inherited from Object.) | |
| Remove(KeyValuePairString, spiderLink) | ||
| Remove(String) | ||
| ToString | (Inherited from Object.) | |
| TryGetValue |