Class SessionsListData
Response with list of sessions
Since 0.9 version
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fixicc.Message
Assembly: FixAntenna.AdminTool.dll
Syntax
[Serializable]
public class SessionsListData : ResponseData
Constructors
SessionsListData()
Initialisiert eine neue Instanz der SessionsListData Klasse.
Initializes a new instance of the SessionsListData class.
Declaration
public SessionsListData()
Properties
Session
Declaration
public Collection<SessionsListDataSession> Session { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<SessionsListDataSession> |
SessionSpecified
Ruft einen Wert ab, der angibt, ob die Session-Collection leer ist.
Gets a value indicating whether the Session collection is empty.
Declaration
public bool SessionSpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |