Click or drag to resize

imbMCWebSite Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Repository holding Mining Context corpus for a set of web site
Inheritance Hierarchy
SystemObject
  fileDataStructure
    imbMiningContext.MCWebSiteimbMCWebSite

Namespace:  imbMiningContext.MCWebSite
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[fileStructureAttribute("name", fileStructureMode.subdirectory, fileDataFilenameMode.propertyValue, 
	fileDataPropertyOptions.textDescription)]
public class imbMCWebSite : fileDataStructure, 
	IFileDataStructure, IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName

The imbMCWebSite type exposes the following members.

Constructors
  NameDescription
Public methodimbMCWebSite
Initializes a new instance of the imbMCWebSite class
Top
Properties
  NameDescription
Public propertydescription
Information on subset used, content, date of creation and such things
Public propertydomainInfo
Gets or sets the domain information.
Public propertyentry
Public propertyfolder
Parent folder or it's own folder
(Inherited from fileDataStructure.)
Public propertyname
Mining Content repository name
Public propertypageTable
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetRepoDirectoryName
Makes the name of the repo directory
Public methodGetType (Inherited from Object.)
Public methodOnBeforeSave (Overrides fileDataStructure.OnBeforeSave.)
Public methodOnLoaded (Overrides fileDataStructure.OnLoaded.)
Public methodSave
Saves this data structure
(Inherited from fileDataStructure.)
Public methodSetFolderDescription
Sets the folder description
(Inherited from fileDataStructure.)
Public methodToString (Inherited from Object.)
Top
See Also