Interface IUnchangedFlag
- Namespace
- OpenServiceBroker
- Assembly
- OpenServiceBroker.Model.dll
An operation result that can indicate that nothing was changed.
public interface IUnchangedFlag
- Extension Methods
Properties
Unchanged
Indicates whether the request operation resulted in no changes to the existing state.
[JsonIgnore]
bool Unchanged { get; set; }
Property Value
Remarks
This is not part of the Open Service Broker JSON representation. Instead it is communicated out of band via HTTP status codes.