Photon Plugins API Documentation

Public Member Functions | Properties | Events | List of all members
Photon.Hive.Plugin.Property< TKey > Class Template Reference

The property. More...

Public Member Functions

 Property (TKey key, object value)
 Initializes a new instance of the Property<TKey> class. More...
 

Properties

TKey Key [get]
 Gets Key. More...
 
object Value [get, set]
 Gets or sets Value. More...
 

Events

EventHandler PropertyChanged
 The property changed. More...
 

Detailed Description

The property.

Template Parameters
TKeyThe property key type.

Constructor & Destructor Documentation

◆ Property()

Photon.Hive.Plugin.Property< TKey >.Property ( TKey  key,
object  value 
)
inline

Initializes a new instance of the Property<TKey> class.

Parameters
keyThe key.
valueThe value.

Property Documentation

◆ Key

TKey Photon.Hive.Plugin.Property< TKey >.Key
get

Gets Key.

◆ Value

object Photon.Hive.Plugin.Property< TKey >.Value
getset

Gets or sets Value.

Event Documentation

◆ PropertyChanged

EventHandler Photon.Hive.Plugin.Property< TKey >.PropertyChanged

The property changed.