AP&C API Reference
Public Member Functions | Protected Member Functions | Properties | List of all members
Apac.Configuration.CompilerConfig Class Reference

The configuration used to control the behavior of a Apac.Data.IDataCompiler<ValueType>. More...

Inheritance diagram for Apac.Configuration.CompilerConfig:
Apac.Configuration.SupervisableConfig Apac.Configuration.ConfigElement

Public Member Functions

 CompilerConfig ()
 Initializes a new instance of the CompilerConfig class. More...
 
 CompilerConfig (string dataStoreRef, string settingsStoreRef, string name, string configType, string type, string description, bool prioritized)
 Initializes a new instance of the CompilerConfig class. More...
 
- Public Member Functions inherited from Apac.Configuration.SupervisableConfig
 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...
 
- Public Member Functions inherited from Apac.Configuration.ConfigElement
 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...
 

Protected Member Functions

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...
 
- Protected Member Functions inherited from Apac.Configuration.SupervisableConfig
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...
 

Properties

string DataStoreRef [get, set]
 Gets or sets the name of the data store reference. More...
 
string SettingsStoreRef [get, set]
 Gets or sets the name of the settings store reference. More...
 
- Properties inherited from Apac.Configuration.SupervisableConfig
string TypeName [get, set]
 Gets or sets the name of the type of the supervisable component. More...
 
string TypeForConfig [get, set]
 Gets or sets the type for the SupervisableConfig. More...
 
bool Prioritized [get, set]
 Gets or sets a value indicating whether the Apac.ISupervisable is prioritized. More...
 
ReferenceConfigCollection References [get]
 Gets the references. More...
 
- Properties inherited from Apac.Configuration.ConfigElement
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...
 

Detailed Description

The configuration used to control the behavior of a Apac.Data.IDataCompiler<ValueType>.

Constructor & Destructor Documentation

◆ CompilerConfig() [1/2]

Apac.Configuration.CompilerConfig.CompilerConfig ( )
inline

Initializes a new instance of the CompilerConfig class.

◆ CompilerConfig() [2/2]

Apac.Configuration.CompilerConfig.CompilerConfig ( string  dataStoreRef,
string  settingsStoreRef,
string  name,
string  configType,
string  type,
string  description,
bool  prioritized 
)
inline

Initializes a new instance of the CompilerConfig class.

Parameters
dataStoreRefThe data store ref.
settingsStoreRefThe settings store ref.
nameThe name.
configTypeType of the config.
typeThe type.
descriptionThe description.
prioritizedif set to true [prioritized].

Member Function Documentation

◆ OnReadXml()

override void Apac.Configuration.CompilerConfig.OnReadXml ( System.Xml.XmlReader  reader)
inlineprotectedvirtual

Called when deserializing via XML.

Parameters
readerThe reader.

Reimplemented from Apac.Configuration.ConfigElement.

◆ OnWriteXml()

override void Apac.Configuration.CompilerConfig.OnWriteXml ( System.Xml.XmlWriter  writer)
inlineprotectedvirtual

Called when serializing via XML.

Parameters
writerThe writer.

Reimplemented from Apac.Configuration.ConfigElement.

Property Documentation

◆ DataStoreRef

string Apac.Configuration.CompilerConfig.DataStoreRef
getset

Gets or sets the name of the data store reference.

The name of the data store reference.

◆ SettingsStoreRef

string Apac.Configuration.CompilerConfig.SettingsStoreRef
getset

Gets or sets the name of the settings store reference.

The name of the settings store reference.


The documentation for this class was generated from the following file: