Table of Contents

Struct ConfigChange

Namespace
Apq.Cfg.Changes
Assembly
Apq.Cfg.dll

配置变更记录

public readonly struct ConfigChange
Inherited Members

Constructors

ConfigChange(string, string?, string?, ChangeType)

public ConfigChange(string key, string? oldValue, string? newValue, ChangeType type)

Parameters

key string
oldValue string
newValue string
type ChangeType

Properties

Key

配置键

public string Key { get; }

Property Value

string

NewValue

变更后的值

public string? NewValue { get; }

Property Value

string

OldValue

变更前的值

public string? OldValue { get; }

Property Value

string

Type

变更类型

public ChangeType Type { get; }

Property Value

ChangeType

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.