Class AdapterSession
Adapter Session
Inheritance
System.Object
AdapterSession
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 AdapterSession
Constructors
AdapterSession()
Initialisiert eine neue Instanz der AdapterSession Klasse.
Initializes a new instance of the AdapterSession class.
Declaration
public AdapterSession()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SessionProperties
Declaration
public Collection<SessionPropertiesSessionProperty> SessionProperties { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.Collection<SessionPropertiesSessionProperty> |
SessionPropertiesSpecified
Ruft einen Wert ab, der angibt, ob die SessionProperties-Collection leer ist.
Gets a value indicating whether the SessionProperties collection is empty.
Declaration
public bool SessionPropertiesSpecified { get; }
Property Value
Type | Description |
---|---|
System.Boolean |