GetMemberType Method
Definition
- Namespace
- Savvyio.EventDriven
- Assemblies
- Savvyio.EventDriven.dll
GetMemberType<T>(T)
Gets the string representation of the type from the request.
public static string GetMemberType<T>(this T request) where T : IIntegrationEvent
Parameters
requestTThe IIntegrationEvent to extend.
Returns
- string
The string representation of the type from the
request.
Type Parameters
TThe model that implements the IIntegrationEvent interface.