The configuration used to control the behavior of an Apac.Supervisors.ExecutiveSupervisor.
More...
|
| ExecutiveSupervisorConfig () |
| Initializes a new instance of the ExecutiveSupervisorConfig 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...
|
|
|
static readonly string | ElementName = "executiveSupervisor" |
| The name of the element used to contain this configuration in XML. More...
|
|
|
override void | OnWriteXml (System.Xml.XmlWriter writer) |
| Called when XML is being written. More...
|
|
override void | OnReadXml (System.Xml.XmlReader reader) |
| Called when XML is being read. More...
|
|
The configuration used to control the behavior of an Apac.Supervisors.ExecutiveSupervisor.
◆ ExecutiveSupervisorConfig()
Apac.Configuration.ExecutiveSupervisorConfig.ExecutiveSupervisorConfig |
( |
| ) |
|
|
inline |
◆ OnReadXml()
override void Apac.Configuration.ExecutiveSupervisorConfig.OnReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inlineprotectedvirtual |
◆ OnWriteXml()
override void Apac.Configuration.ExecutiveSupervisorConfig.OnWriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inlineprotectedvirtual |
◆ ElementName
readonly string Apac.Configuration.ExecutiveSupervisorConfig.ElementName = "executiveSupervisor" |
|
static |
The name of the element used to contain this configuration in XML.
◆ References
◆ StrictRefs
bool Apac.Configuration.ExecutiveSupervisorConfig.StrictRefs |
|
getset |
Gets or sets a value indicating whether the executive supervisor enforces strict references.
true
if strict references are to be enforced; otherwise, false
.
◆ SubordinateConfigs
List<SupervisorConfig> Apac.Configuration.ExecutiveSupervisorConfig.SubordinateConfigs |
|
get |
Gets the configurations for subordinate supervisable components.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/ExecutiveSupervisorConfig.cs