|
| HttpTargetConfig (string name, string description, bool enabled, string url, ushort freqSec) |
|
| 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 | OnReadXml (System.Xml.XmlReader reader) |
| Called when deserializing via XML. More...
|
|
override void | OnWriteXml (System.Xml.XmlWriter writer) |
| Called when serializing via XML. More...
|
|
|
string | Url [get, set] |
| Gets or sets the URL to target in the polling cycle. More...
|
|
ushort | FrequencySec [get, set] |
| Gets or sets the frequency to poll Url, in seconds. More...
|
|
virtual bool | IsValid [get] |
| Gives a way for subclasses to determine validity. More...
|
|
string | Name [get, set] |
| Gets or sets the name property setting. More...
|
|
string | Description [get, set] |
| Gets or sets the description property setting. More...
|
|
bool | Enabled [get, set] |
| Gets or sets a value indicating whether this ConfigElement is enabled. More...
|
|
log4net.ILog | Log [get] |
| Provides a log4net.ILog instance for use by the whole class hierarchy. More...
|
|
◆ OnReadXml()
override void Apac.Configuration.HttpTargetConfig.OnReadXml |
( |
System.Xml.XmlReader |
reader | ) |
|
|
inlineprotectedvirtual |
◆ OnWriteXml()
override void Apac.Configuration.HttpTargetConfig.OnWriteXml |
( |
System.Xml.XmlWriter |
writer | ) |
|
|
inlineprotectedvirtual |
◆ FrequencySec
ushort Apac.Configuration.HttpTargetConfig.FrequencySec |
|
getset |
Gets or sets the frequency to poll Url, in seconds.
The frequency in seconds.
◆ Url
string Apac.Configuration.HttpTargetConfig.Url |
|
getset |
Gets or sets the URL to target in the polling cycle.
The URL.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Configuration/HttpControllerConfig.cs