Class Patch
- Namespace
- Homa.Sdk.Configuration
- Assembly
- Homa.Sdk.Configuration.dll
Define operations to apply to config(s).
public class Patch
- Inheritance
-
Patch
- Inherited Members
Constructors
Patch(Guid, IEnumerable<IPatchOperation>)
Instantiate a new patch.
public Patch(Guid guid, IEnumerable<IPatchOperation> operations)
Parameters
guidGuidUnique identifier of the patch. Used for patch comparison.
operationsIEnumerable<IPatchOperation>Ordered collection of operations to apply to config(s).
Properties
Guid
Unique identifier of the patch. Used for patch comparison.
public Guid Guid { get; }
Property Value
Operations
Ordered collection of operations to apply to config(s).
public IReadOnlyList<IPatchOperation> Operations { get; }