World is now on Opti ID! Learn more

Class MetaDataTypeExtensions

Contains extension methods for MetaDataType.

Inheritance
System.Object
MetaDataTypeExtensions
Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 14.26.0
Syntax
public static class MetaDataTypeExtensions : Object

Methods

IsDateTimeType(MetaDataType)

Determines whether MetaDataType represents a DateTime.

Declaration
public static bool IsDateTimeType(this MetaDataType dataType)
Parameters
Type Name Description
MetaDataType dataType

The meta data type.

Returns
Type Description
System.Boolean