Interface IPatchOperation
- Namespace
- Homa.Sdk.Configuration
- Assembly
- Homa.Sdk.Configuration.dll
Operation that can be applied to a config.
public interface IPatchOperation
Properties
TargetConfigId
Target config Id.
string TargetConfigId { get; }
Property Value
Methods
ApplyTo(JObject)
Apply the operation to the given config.
bool ApplyTo(JObject config)
Parameters
configJObjectThe config to apply the operation to.
Returns
- bool
True if the operation was successfully applied and resulted in a state change, false otherwise.