Click or drag to resize

WebDomainCategory Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.Project.Dataset.WebDomainCategory"]

Inheritance Hierarchy
SystemObject
  graphNodeBase
    graphNodeCustom
      imbNLP.Project.DatasetWebDomainCategory

Namespace:  imbNLP.Project.Dataset
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public class WebDomainCategory : graphNodeCustom

The WebDomainCategory type exposes the following members.

Constructors
  NameDescription
Public methodWebDomainCategory
Initializes a new instance of the WebDomainCategory class
Public methodWebDomainCategory(String)
Initializes a new instance of the WebDomainCategory class
Top
Properties
  NameDescription
Protected propertychildren (Inherited from graphNodeCustom.)
Public propertydescription
Protected propertydoAutonameFromTypeName (Overrides graphNodeCustom.doAutonameFromTypeName.)
Protected propertydoAutorenameOnExisting (Overrides graphNodeCustom.doAutorenameOnExisting.)
Public propertyforTreeview (Inherited from graphNodeCustom.)
Public propertyisLeaf (Inherited from graphNodeBase.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertyItem (Inherited from graphNodeCustom.)
Public propertylevel (Inherited from graphNodeBase.)
Protected propertymychildren (Inherited from graphNodeCustom.)
Public propertyname (Inherited from graphNodeBase.)
Public propertyparent (Inherited from graphNodeBase.)
Public propertypath (Inherited from graphNodeBase.)
Public propertypathSeparator (Overrides graphNodeBase.pathSeparator.)
Public propertyroot (Inherited from graphNodeBase.)
Public propertysites
Top
Methods
  NameDescription
Public methodAdd(String) (Inherited from graphNodeCustom.)
Public methodAdd(IGraphNode) (Inherited from graphNodeCustom.)
Public methodAddCategory
Public methodContainsKey (Inherited from graphNodeBase.)
Public methodCount (Inherited from graphNodeBase.)
Public methodCreateChildItem (Overrides graphNodeCustom.CreateChildItem(String).)
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 methodGetCategories
Public methodgetChildNames (Inherited from graphNodeBase.)
Public methodGetDomainList
Gets the domain list.
Public methodGetEnumerator (Inherited from graphNodeBase.)
Public methodgetFirst (Inherited from graphNodeBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIndex (Inherited from graphNodeCustom.)
Public methodGetSibling (Inherited from graphNodeCustom.)
Public methodGetSites
Collects the sites from childer nodes until depth specified
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the specified folder.
Public methodLoadDomainList
Loads the domain list.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProbe
Designates if the path seems to contain a WebKB formatted dataset
Public methodRemove(String) (Inherited from graphNodeBase.)
Public methodRemove(IEnumerableString) (Inherited from graphNodeBase.)
Public methodRemoveByKey (Inherited from graphNodeBase.)
Public methodSave
Saves the specified folder.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also

Reference

graphNodeCustom