Show / Hide Table of Contents

Namespace IRM

Classes

ActionExtensions

Useful extension methods for System.Action.

ApplicationException

The exception that is thrown when a non-fatal application error occurs.

BusinessRuleException

The exception that is thrown when a business rule error occurs.

CharExtensions

Useful extension methods for Char.

Configuration

Configuration of common library needs.

DataEventArgs<T>

A generic System.EventArgs class that supports a single set of data.

DateTimeExtensions

Useful extension methods for System.DateTime.

DefaultCallContext

A default call context implementation that uses ICurrentPrincipalAccessor and ITenantAccessor.

DependencyScopeExtensions

Useful extension methods for IDependencyScope.

EnumerableExtensions

Useful extension methods for IEnumerable<T>.

EnumFlagExtensions

Useful extension methods for Enum flags.

FuncExtensions

Useful extension methods for System.Func<TResult>.

GenericGuidGenerator

Creates a sequential GUID according to supplied SequentialGuidType ordering rules.

Guard

A utility class to ensure that the provided arguments are correct.

GuidExtensions

Useful extension methods for System.Guid.

InvalidTypeException

The exception that is thrown when an expected type is needed, but another was provided.

LongExtensions

Useful extension methods for System.Int64.

ObjectExtensions

Useful extension methods for Object.

QueryableExtensions

Useful extension methods for System.Linq.IQueryable.

SqlServerGuidGenerator

Optimized Guid generator for SQL Server.

StringExtensions

Useful extension methods for String.

TaskExtentions

Useful extension methods for System.Threading.Tasks.Task.

TaskHelpers

Useful helper methods for System.Threading.Tasks.Task.

UriExtensions

Useful extension methods for System.Uri.

Void

Represents the built in void, but is useful in generics that require a return value.

Interfaces

ICallContext

Represents a context object for the current call.

IGuidGenerator

Represents a Guid generator that creates sequential guids.

Enums

GuidOptimization

The database to optimize the sequential System.Guid.

SequentialGuidType

The type of sequential System.Guid.

Back to top Generated by DocFX