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