Per-user session data. The values must be serializable via MobileFormatter.
More...
|
| void | Touch () |
| | Indicate that the session object has been changed.
|
| | MobileDictionary () |
| | Creates an instance of the type.
|
| | MobileDictionary (int capacity) |
| | Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
|
| | MobileDictionary (IEqualityComparer< K > comparer) |
| | Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
|
| | MobileDictionary (Dictionary< K, V > dict) |
| | Creates an instance of the object based on the supplied dictionary, whose elements are copied to the new dictionary.
|
| bool | Contains (K key) |
| | Gets a value indicating whether the dictionary contains the specified key value.
|
|
| long | LastTouched = DateTimeOffset.UtcNow.ToUnixTimeSeconds() [get] |
| | Gets or sets a value indicating the last time (UTC) this object was interacted with.
|
|
| PropertyChangedEventHandler? | PropertyChanged |
| | Event raised when a property has changed.
|
Per-user session data. The values must be serializable via MobileFormatter.
◆ OnPropertyChanged()
| virtual void Csla.State.Session.OnPropertyChanged |
( |
string | propertyName | ) |
|
|
inlineprotectedvirtual |
Raise PropertyChanged event.
- Parameters
-
- Exceptions
-
| ArgumentNullException | propertyName is null. |
◆ Touch()
| void Csla.State.Session.Touch |
( |
| ) |
|
|
inline |
Indicate that the session object has been changed.
◆ LastTouched
| long Csla.State.Session.LastTouched = DateTimeOffset.UtcNow.ToUnixTimeSeconds() |
|
get |
Gets or sets a value indicating the last time (UTC) this object was interacted with.
◆ PropertyChanged
| PropertyChangedEventHandler? Csla.State.Session.PropertyChanged |
Event raised when a property has changed.
The documentation for this class was generated from the following file: