Configuration_Source_Info Class
Basic information on where all the configuration information was read from
as well as any reading errors which may have occurred
Namespace: SobekCM.Core.ConfigurationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("ConfigurationSource")]
[DataContractAttribute]
public class Configuration_Source_Info |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| ErrorEncountered | Flag indicates if an error was encountered while reading the configuration
files. |
| Files | Source files that were read to build the configuration |
| LatestDateTimeStamp | Most recent timestamp on any of the configuration files |
| ReadingLog | Log file keeps the log of the attempt to read all of the
configuration files, just in case there is an error, or the log is requested |
See Also