Table of Contents

Class TypeExtensions

Namespace
Innova.Data.StructuredSearch
Assembly
Innova.Data.dll

Provides extension methods for the Type class.

public static class TypeExtensions
Inheritance
TypeExtensions

Methods

GetUnderlyingFieldType(Type)

Gets the type of the underlying field, if the current type is nullable; otherwise, returns the current type.

IsEqualOrSubClassOf(Type, Type)

Determines whether the current type is equal to or a subclass of the specified type.

IsNullable(Type)

Determines whether the current type is nullable.