Click or drag to resize

htmlWrapper Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Container for a HTMLNode
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbCommonModels.contentBlockhtmlWrapper

Namespace:  imbCommonModels.contentBlock
Assembly:  imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class htmlWrapper : dataBindableBase, 
	IObjectWithName

The htmlWrapper type exposes the following members.

Constructors
  NameDescription
Public methodhtmlWrapper
Initializes a new instance of the htmlWrapper class
Public methodhtmlWrapper(HtmlNode)
Initializes a new instance of the htmlWrapper class
Public methodhtmlWrapper(String)
Initializes a new instance of the htmlWrapper class
Top
Properties
  NameDescription
Public propertycontent
Public propertyhtml
Public propertyHtmlCode
Source code of the wrapped node
Public propertyname
Public propertypath
Public propertyscore
Public propertyxPath
Xpath of the HTML node
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetContent
Gets the content in specified format
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
Operators
See Also

Reference

[!:aceCommonServices.core.aceBindable]
IObjectWithName