![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Session controller message. More...
Public Member Functions | |
| SessionMessage (Session session) | |
| Initializes a new instance of SessionMessage. | |
| SessionMessage () | |
| Initializes a new instance of SessionMessage. | |
Protected Member Functions | |||||
| override void | OnGetChildren (SerializationInfo info, MobileFormatter formatter) | ||||
Override this method to insert your child object references into the MobileFormatter serialization stream.
| |||||
| override void | OnSetChildren (SerializationInfo info, MobileFormatter formatter) | ||||
Override this method to retrieve your child object references from the MobileFormatter serialization stream.
| |||||
| Protected Member Functions inherited from Csla.Core.MobileObject | |||||
| virtual void | OnGetState (SerializationInfo info, StateMode mode) | ||||
| Override this method to insert your field values into the MobileFormatter serialization stream. | |||||
| virtual void | OnSetState (SerializationInfo info, StateMode mode) | ||||
| Override this method to retrieve your field values from the MobileFormatter serialization stream. | |||||
| virtual void | OnGetMetastate (BinaryWriter writer) | ||||
| Override this method to write field values directly to a binary stream for metastate serialization. | |||||
| virtual void | OnSetMetastate (BinaryReader reader) | ||||
| Override this method to read field values directly from a binary stream for metastate deserialization. | |||||
Properties | |
| Session | Session = default! [get] |
| Session data. | |
| ClaimsPrincipal? | Principal [get, set] |
| User principal data. | |
Session controller message.
|
inline |
Initializes a new instance of SessionMessage.
| session |
| ArgumentNullException | session is null. |
|
inline |
Initializes a new instance of SessionMessage.
|
inlineprotectedvirtual |
Override this method to insert your child object references into the MobileFormatter serialization stream.
| info | Object containing the data to serialize. |
| formatter | Reference to MobileFormatter instance. Use this to convert child references to/from reference id values. |
Reimplemented from Csla.Core.MobileObject.
|
inlineprotectedvirtual |
Override this method to retrieve your child object references from the MobileFormatter serialization stream.
| info | Object containing the data to serialize. |
| formatter | Reference to MobileFormatter instance. Use this to convert child references to/from reference id values. |
Reimplemented from Csla.Core.MobileObject.
|
getset |
User principal data.
|
get |
Session data.