Photon Plugins API Documentation v5.0RC1

Photon.Hive.Plugin.PropertyBag< TKey > Member List

This is the complete list of members for Photon.Hive.Plugin.PropertyBag< TKey >, including all inherited members.

AsDictionary()Photon.Hive.Plugin.PropertyBag< TKey >inline
Clear()Photon.Hive.Plugin.PropertyBag< TKey >inline
CompareProperties(IDictionary expectedValues, out string debugMessage)Photon.Hive.Plugin.PropertyBag< TKey >inline
CountPhoton.Hive.Plugin.PropertyBag< TKey >
DeleteNullPropsPhoton.Hive.Plugin.PropertyBag< TKey >
GetAll()Photon.Hive.Plugin.PropertyBag< TKey >inline
GetProperties()Photon.Hive.Plugin.PropertyBag< TKey >inline
GetProperties(IList< TKey > propertyKeys)Photon.Hive.Plugin.PropertyBag< TKey >inline
GetProperties(IEnumerable< TKey > propertyKeys)Photon.Hive.Plugin.PropertyBag< TKey >inline
GetProperties(IEnumerable propertyKeys)Photon.Hive.Plugin.PropertyBag< TKey >inline
GetProperty(TKey key)Photon.Hive.Plugin.PropertyBag< TKey >inline
PropertyBag()Photon.Hive.Plugin.PropertyBag< TKey >inline
PropertyBag(IEnumerable< KeyValuePair< TKey, object >> values)Photon.Hive.Plugin.PropertyBag< TKey >inline
PropertyBag(IDictionary values)Photon.Hive.Plugin.PropertyBag< TKey >inline
PropertyChangedPhoton.Hive.Plugin.PropertyBag< TKey >
Set(TKey key, object value)Photon.Hive.Plugin.PropertyBag< TKey >inline
Set(TKey key, object value, KeyValuePair< int, int >? keyValueSizes)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetProperties(IDictionary values)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetProperties(IDictionary values, out bool changed)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetProperties(IDictionary values, out bool changed, Dictionary< object, KeyValuePair< int, int >> metaData)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetProperties(IDictionary< TKey, object > values)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetProperties(IDictionary< TKey, object > values, out bool changed)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetPropertiesCAS(IDictionary values, IDictionary expectedValues, out string debugMessage)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetPropertiesCAS(IDictionary values, IDictionary expectedValues, ref bool valuesChanged, out string debugMessage)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetPropertiesCAS(IDictionary values, IDictionary expectedValues, ref bool valuesChanged, out string debugMessage, Dictionary< object, KeyValuePair< int, int >> metaData)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetPropertiesCAS(IDictionary< TKey, object > values, IDictionary< TKey, object > expectedValues, out string debugMessage)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetProperty(TKey key, object value)Photon.Hive.Plugin.PropertyBag< TKey >inline
SetProperty(TKey key, object value, KeyValuePair< int, int >? keyValueSizes)Photon.Hive.Plugin.PropertyBag< TKey >inline
TotalSizePhoton.Hive.Plugin.PropertyBag< TKey >
TryGetValue(TKey key, out object value)Photon.Hive.Plugin.PropertyBag< TKey >inline