Click or drag to resize

imbMCWebPage Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbMiningContext.MCWebPage.imbMCWebPage"]

Inheritance Hierarchy
SystemObject
  fileDataStructure
    imbMiningContext.MCWebPageimbMCWebPage

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

The imbMCWebPage type exposes the following members.

Constructors
  NameDescription
Public methodimbMCWebPage
Initializes a new instance of the imbMCWebPage class
Top
Properties
  NameDescription
Public propertyBlocks
Page content blocks
Public propertydescription
Information on subset used, content, date of creation and such things
Public propertyentry
Public propertyfolder
Parent folder or it's own folder
(Inherited from fileDataStructure.)
Public propertyHtmlSourceCode
Normalized and sanitized HTML/XML source code of the page
Public propertyindexEntry
Public propertyLinkContent
navigation block text extract, each link in new line
Public propertyname
Public propertyTermTable
Precompiled TF-IDF table for this page
Public propertyTextContent
Extracted text content - without navigation block
Public propertyXmlSourceCode
Top
Methods
  NameDescription
Public methoddeploy
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
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