DomainHelper Class

Summary

DomainHelper.
Assembly
Rocket.Surgery.Domain.dll
Namespace
Rocket.Surgery.Domain
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DomainHelper"] class Type type-node

Syntax

public static class DomainHelper

Attributes

Type Description
PublicAPIAttribute

Methods

Name Value Summary
SetAssignedUsersData<TKey>(ICanBeAssigned<TKey>, AssignedUsersData<TKey>) void
Sets the assigned users data.
static
SetCreatedData<TKey>(IHaveCreatedBy<TKey>, ChangeData<TKey>) void
Sets the created data.
static
SetOwnerData<TKey>(IHaveOwner<TKey>, OwnerData<TKey>) void
Sets the owner data.
static
SetUpdatedData<TKey>(IHaveUpdatedBy<TKey>, ChangeData<TKey>) void
Sets the updated data.
static