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