Table of Contents

GetMemberType Method

Definition

Namespace
Savvyio
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/MetadataExtensions.cs

GetMemberType<T>(T)

Gets the string representation of the underlying member type of request.

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

Parameters

request T

The IMetadata to extend.

Returns

string

The string representation of the member type from the request.

Type Parameters

T

The model that implements the IMetadata interface.

Remarks

The underlying Type of a model expressed as a string representation (fully qualified name of the type, including its namespace, comma delimited with the simple name of the assembly).