C# Class Microsoft.Protocols.TestSuites.SharedAdapter.NodeObject

This class is used to represent a node object.
Inheritance: StreamObject
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Methods

Method Description
GetContent ( ) : List

Get all the content which is represented by the node object.

Protected Methods

Method Description
NodeObject ( StreamObjectTypeHeaderStart headerType ) : System

Initializes a new instance of the NodeObject class.

Method Details

GetContent() public abstract method

Get all the content which is represented by the node object.
public abstract GetContent ( ) : List
return List

NodeObject() protected method

Initializes a new instance of the NodeObject class.
protected NodeObject ( StreamObjectTypeHeaderStart headerType ) : System
headerType StreamObjectTypeHeaderStart Specify the node object header type.
return System