Click or drag to resize

ConfigBase Class

Abstract base class for all configurations: uses an integer version number.
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    More

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
[SerializableAttribute]
public abstract class ConfigBase : IConfig

The ConfigBase type exposes the following members.

Properties
 NameDescription
Public propertyConfigVersion Current version of this configuration's instance.
Top
Methods
 NameDescription
Public methodGetConfigVersion Current version of this configuration-instance.
Public methodToString Uses reflection to compile a string containing all public properties.
(Overrides ObjectToString)
Public methodVersionChecker Compares the version of this configuration-instance with the highest supported version of this configuration.
Top
See Also
Inheritance Hierarchy