A base class for objects to implement INotifyPropertyChanged. Provides strongly-typed property change notifications and automatic property setting with change detection.
Provides methods for ensuring that method arguments meet specific criteria. This class provides a consistent way to validate arguments and throw appropriate exceptions.
Specifies how HttpClient message handlers should be configured when registering HTTP clients. Determines whether handlers are added to existing handlers or replace them entirely.
Provides an equality comparer for objects that implement IIdentifiable1`. Compares objects based on their Id property values for equality and hash code generation.
Describes an interval of time to be used in time-based calculations. Provides methods to calculate rates and frequencies based on the interval value and type.
Represents a percentage rate that occurs at regular time intervals, enabling conversion between different time periods. This class combines a base time interval (from the Interval1` class) with a percentage rate to calculate total percentage amounts across different time periods.
Represents a ratio value that occurs at regular time intervals, enabling conversion between different time periods. This class combines a base time interval (from the Interval1` class) with a ratio value to calculate total ratio amounts across different time periods.
An interface that represents the CloudNimble database-driven enumeration pattern that lets you update the Enum as processes change without changing the meaning of Entities that are linked to the older enums.
An interface that specifes an implementing Entity contains a child Entity of T that implements IDbStatusEnum and represents the Entity’s current status.
Specifies how HttpClient message handlers should be configured when registering HTTP clients. Determines whether handlers are added to existing handlers or replace them entirely.