Annotation Pro API
Public Member Functions | Properties | List of all members
ConfigurationObject Class Reference

A configuration object. More...

Public Member Functions

 ConfigurationObject ()
 Default constructor. More...
 
 ConfigurationObject (string key, string value)
 Constructor. More...
 

Properties

string Key [get, set]
 Gets or sets the key. More...
 
string Value [get, set]
 Gets or sets the value. More...
 

Detailed Description

A configuration object.

Constructor & Destructor Documentation

◆ ConfigurationObject() [1/2]

ConfigurationObject ( )
inline

Default constructor.

◆ ConfigurationObject() [2/2]

ConfigurationObject ( string  key,
string  value 
)
inline

Constructor.

Parameters
keyThe key.
valueThe value.

Property Documentation

◆ Key

string Key
getset

Gets or sets the key.

The key.

◆ Value

string Value
getset

Gets or sets the value.

The value.


The documentation for this class was generated from the following file: