Class Session
Data model that defines a Splash/BMS session
Namespace: Ayuda.BMS.Services.Models
Properties
BmsUserID
Gets or sets the BMS user ID.
Declaration
[DataMember(Order = 3)]
public Guid BmsUserID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The BMS user ID. |
Culture
Gets or sets the culture.
Declaration
[DataMember(Order = 4)]
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
System.String | The culture. |
SessionID
Gets or sets the session ID.
Declaration
[DataMember(Order = 1)]
public Guid? SessionID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The session ID. |
Username
Gets or sets the username.
Declaration
[DataMember(Order = 2)]
public string Username { get; set; }
Property Value
Type | Description |
---|---|
System.String | The username. |