Table of Contents

GetMemberType Method

Definition

Namespace
Savvyio.Domain.EventSourcing
Assemblies
Savvyio.Domain.EventSourcing.dll
Source
src/Savvyio.Domain.EventSourcing/TracedDomainEventExtensions.cs

GetMemberType<T>(T)

Gets the string representation of the type from the request.

public static string GetMemberType<T>(this T request) where T : ITracedDomainEvent

Parameters

request T

The ITracedDomainEvent to extend.

Returns

string

The string representation of the type from the request.

Type Parameters

T

The model that implements the ITracedDomainEvent interface.