WrapperModelGraph Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWBI.Core.WebHarvester.wrapper
public abstract class WrapperModelGraph : graphNodeCustom, IWrapperModelGraph, IGraphNode, IEnumerable, IObjectWithParent, IObjectWithPath, IObjectWithName, IObjectWithPathAndChildren, IEnumerable<IObjectWithPathAndChildren>, IObjectWithTreeView
The WrapperModelGraph type exposes the following members.
| Name | Description | |
|---|---|---|
| WrapperModelGraph |
FOR SERIALIZATION --- USE AddWrapperTWrapper(String, WrapperTypeEnum, String, String) to add subnodes, or [!:WrapperModelGraph(folderNode _folder)] for new model
| |
| WrapperModelGraph(folderNode, String, String) |
The constructor for main (root) wrapper model node
|
| Name | Description | |
|---|---|---|
| children | (Inherited from graphNodeCustom.) | |
| description |
Optional description - for human interpretation
| |
| doAutonameFromTypeName | (Overrides graphNodeCustom.doAutonameFromTypeName.) | |
| doAutorenameOnExisting | (Overrides graphNodeCustom.doAutorenameOnExisting.) | |
| folder | Directory to store collected content into | |
| forTreeview | (Inherited from graphNodeCustom.) | |
| isLeaf | (Inherited from graphNodeBase.) | |
| Item | (Inherited from graphNodeCustom.) | |
| Item | (Inherited from graphNodeCustom.) | |
| level | (Inherited from graphNodeBase.) | |
| modelParent | ||
| modelRoot |
Gets the model root.
| |
| mychildren | (Inherited from graphNodeCustom.) | |
| name | (Inherited from graphNodeBase.) | |
| parent | (Inherited from graphNodeBase.) | |
| path | (Inherited from graphNodeBase.) | |
| pathSeparator | (Inherited from graphNodeBase.) | |
| root | (Inherited from graphNodeBase.) | |
| type |
Kind of data to produce
| |
| XPath |
XPath associated with the harvest node
|
| Name | Description | |
|---|---|---|
| Add(String) | (Inherited from graphNodeCustom.) | |
| Add(IGraphNode) | (Inherited from graphNodeCustom.) | |
| AddWrapperTWrapper |
Adds new wrapper node
| |
| ContainsKey | (Inherited from graphNodeBase.) | |
| Count | (Inherited from graphNodeBase.) | |
| CreateChildItem | (Inherited from graphNodeCustom.) | |
| designateTargetFolder | ||
| doExtract |
Perfomes data extraction
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getChildNames | (Inherited from graphNodeBase.) | |
| GetEnumerator | (Inherited from graphNodeBase.) | |
| getFirst | (Inherited from graphNodeBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetIndex | (Inherited from graphNodeCustom.) | |
| GetSibling | (Inherited from graphNodeCustom.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(String) | (Inherited from graphNodeBase.) | |
| Remove(IEnumerableString) | (Inherited from graphNodeBase.) | |
| RemoveByKey | (Inherited from graphNodeBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| useOwnFolder |