A basic configuration needed for any Apac.ISupervisable component, which ends up being subordinate to a Apac.Supervisors.ISupervisor.
More...
|
| | SupervisableConfig () |
| | Initializes a new instance of the SupervisableConfig class. More...
|
| |
| | SupervisableConfig (string name, string configType, string type, string description, bool prioritized) |
| | Initializes a new instance of the SupervisableConfig class. More...
|
| |
| | ConfigElement () |
| | Initializes a new instance of the ConfigElement class. More...
|
| |
| | ConfigElement (string name, string description, bool enabled) |
| | Initializes a new instance of the ConfigElement class. More...
|
| |
| override int | GetHashCode () |
| | Returns a hash code for this instance. More...
|
| |
| override bool | Equals (object compareTo) |
| | Determines whether the specified System.Object is equal to this instance. More...
|
| |
| System.Xml.Schema.XmlSchema | GetSchema () |
| | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the T:System.Xml.Serialization.XmlSchemaProviderAttribute to the class. More...
|
| |
| void | ReadXml (System.Xml.XmlReader reader) |
| | Generates an object from its XML representation. More...
|
| |
| void | WriteXml (System.Xml.XmlWriter writer) |
| | Converts an object into its XML representation. More...
|
| |
|
| override void | OnWriteXml (System.Xml.XmlWriter writer) |
| | Called when serializing via XML. More...
|
| |
| override void | OnReadXml (System.Xml.XmlReader reader) |
| | Called when deserializing via XML. More...
|
| |
A basic configuration needed for any Apac.ISupervisable component, which ends up being subordinate to a Apac.Supervisors.ISupervisor.
◆ SupervisableConfig() [1/2]
| Apac.Configuration.SupervisableConfig.SupervisableConfig |
( |
| ) |
|
|
inline |
◆ SupervisableConfig() [2/2]
| Apac.Configuration.SupervisableConfig.SupervisableConfig |
( |
string |
name, |
|
|
string |
configType, |
|
|
string |
type, |
|
|
string |
description, |
|
|
bool |
prioritized |
|
) |
| |
|
inline |
Initializes a new instance of the SupervisableConfig class.
- Parameters
-
| name | The name. |
| configType | Type of the config. |
| type | The type. |
| description | The description. |
| prioritized | if set to true [prioritized]. |
◆ OnReadXml()
| override void Apac.Configuration.SupervisableConfig.OnReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inlineprotectedvirtual |
◆ OnWriteXml()
| override void Apac.Configuration.SupervisableConfig.OnWriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inlineprotectedvirtual |
◆ Prioritized
| bool Apac.Configuration.SupervisableConfig.Prioritized |
|
getset |
Gets or sets a value indicating whether the Apac.ISupervisable is prioritized.
true if prioritized; otherwise, false.
◆ References
◆ TypeForConfig
| string Apac.Configuration.SupervisableConfig.TypeForConfig |
|
getset |
◆ TypeName
| string Apac.Configuration.SupervisableConfig.TypeName |
|
getset |
Gets or sets the name of the type of the supervisable component.
The name of the type.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/SupervisableConfig.cs