Table of Contents

Class EntityTypeHelper

Namespace
Geotab.Checkmate.ObjectModel.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

Helper class for determining Entity type info.

public static class EntityTypeHelper
Inheritance
EntityTypeHelper
Inherited Members

Methods

GetTypeFromEntityName(string)

Gets a Type from its fully qualified string name. If the name is not fully qualified we assume it is in the Geotab.Checkmate.ObjectModel namespace.

public static Type? GetTypeFromEntityName(string genericType)

Parameters

genericType string

The string type name.

Returns

Type

A Type.