Interface IVersionedConfig
Inherited Members
Namespace: Eco.Core.Plugins
Assembly: Eco.Core.dll
Syntax
public interface IVersionedConfig : IValidatableConfig
Properties
ConfigVersion
Declaration
int ConfigVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastConfigVersion
Declaration
int LastConfigVersion { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Explicit Interface Implementations
IValidatableConfig.IsValid()
Declaration
Result IValidatableConfig.IsValid()
Returns
Type | Description |
---|---|
Result |