Class SessionsParametersData
Response with list of sessions parameters
Since 2.0.3 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 SessionsParametersData : ResponseData
Constructors
SessionsParametersData()
Initialisiert eine neue Instanz der SessionsParametersData Klasse.
Initializes a new instance of the SessionsParametersData class.
Declaration
public SessionsParametersData()
Properties
SessionsParamsDataList
Declaration
public Collection<SessionParamsData> SessionsParamsDataList { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<SessionParamsData> |
SessionsParamsDataListSpecified
Ruft einen Wert ab, der angibt, ob die SessionsParamsDataList-Collection leer ist.
Gets a value indicating whether the SessionsParamsDataList collection is empty.
Declaration
public bool SessionsParamsDataListSpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |