Class FCSessionSummary
Inheritance
System.Object
FCSessionSummary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation
Assembly: fcSDK.dll
Syntax
public class FCSessionSummary
Fields
sessionID
Declaration
protected Guid sessionID
Field Value
Type | Description |
---|---|
System.Guid |
Properties
CreationTime
Declaration
public DateTime CreationTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastLoadTime
Declaration
public DateTime LastLoadTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
LoginType
Declaration
public int LoginType { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SessionID
Declaration
public Guid SessionID { get; }
Property Value
Type | Description |
---|---|
System.Guid |
UserID
Declaration
public object UserID { get; }
Property Value
Type | Description |
---|---|
System.Object |
UserName
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |