IHasDirtyState Interface

Represents something that can be dirty.
public interface IHasDirtyState
Implementing Types

Properties

abstract bool IsDirty
Gets a value indicating whether the object is dirty.

Extension Methods

T And<IHasDirtyState>(Action<IHasDirtyState>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.