All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
PageProperties Class Reference

PageProperties Class More...

Public Member Functions

 PageProperties ()
 Initializes a new instance of the PageProperties class. More...
 
 PageProperties (string id, FieldSystemPropertyCollection properties)
 Initializes a new instance of the PageProperties class. More...
 

Properties

string Id [get, set]
 Gets or sets the id. More...
 
FieldSystemPropertyCollection PropertyCollection [get, set]
 Gets or sets the properties. More...
 

Description

PageProperties Class

Constructor & Destructor Documentation

Initializes a new instance of the PageProperties class.

PageProperties ( string  id,
FieldSystemPropertyCollection  properties 
)

Initializes a new instance of the PageProperties class.

Parameters
idThe page instance id.
propertiesThe properties.

Property Documentation

string Id
getset

Gets or sets the id.

The id.

FieldSystemPropertyCollection PropertyCollection
getset

Gets or sets the properties.

The properties.