Interface IResettable
Describes an object having resettable state.
Namespace: Solti.Utils.Primitives.Patterns
Assembly: Solti.Utils.Primitives.dll
Syntax
public interface IResettable
Properties
Dirty
Returns true if the state of the object differs from the default.
Declaration
bool Dirty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Reset()
Resets the state of the object
Declaration
void Reset()