GetMemberType Method
Definition
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
requestTThe IMetadata to extend.
Returns
- string
The string representation of the member type from the
request.
Type Parameters
TThe 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).