Interface ISessionId
Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ISessionId
Properties
CompositeSession
Declaration
ObjectId CompositeSession { get; set; }
Property Value
Type | Description |
---|---|
ObjectId |
IsEmpty
Declaration
bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Session
Declaration
ObjectId Session { get; set; }
Property Value
Type | Description |
---|---|
ObjectId |
Set
Declaration
ObjectId Set { get; set; }
Property Value
Type | Description |
---|---|
ObjectId |