Struct ConfigChange
配置变更记录
public readonly struct ConfigChange
- Inherited Members
Constructors
ConfigChange(string, string?, string?, ChangeType)
public ConfigChange(string key, string? oldValue, string? newValue, ChangeType type)
Parameters
keystringoldValuestringnewValuestringtypeChangeType
Properties
Key
配置键
public string Key { get; }
Property Value
NewValue
变更后的值
public string? NewValue { get; }
Property Value
OldValue
变更前的值
public string? OldValue { get; }
Property Value
Type
变更类型
public ChangeType Type { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.