SaaS CMS has officially launched! Learn more now.

Class MetaType

Summary description for MetaType.

Inheritance
System.Object
MetaType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus.Configurator
Assembly: Mediachase.MetaDataPlus.dll
Version: 11.8.3
Syntax
public class MetaType

Constructors

MetaType()

Declaration
protected MetaType()

Properties

AllowNulls

Declaration
public bool AllowNulls { get; }
Property Value
Type Description
System.Boolean

Description

Declaration
public string Description { get; }
Property Value
Type Description
System.String

FriendlyName

Declaration
public string FriendlyName { get; }
Property Value
Type Description
System.String

Id

Declaration
public int Id { get; }
Property Value
Type Description
System.Int32

IsSqlCommonType

Declaration
public bool IsSqlCommonType { get; }
Property Value
Type Description
System.Boolean

Length

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32

MetaDataType

Declaration
public MetaDataType MetaDataType { get; }
Property Value
Type Description
MetaDataType

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

SqlName

Declaration
public string SqlName { get; }
Property Value
Type Description
System.String

Variable

Declaration
public bool Variable { get; }
Property Value
Type Description
System.Boolean

Methods

GetMetaDataMetaTypes(MetaDataContext)

Gets the meta data meta types.

Declaration
public static MetaTypeCollection GetMetaDataMetaTypes(MetaDataContext context)
Parameters
Type Name Description
MetaDataContext context

The context.

Returns
Type Description
MetaTypeCollection

GetMetaTypes(MetaDataContext)

Declaration
public static MetaTypeCollection GetMetaTypes(MetaDataContext context)
Parameters
Type Name Description
MetaDataContext context
Returns
Type Description
MetaTypeCollection

GetSqlMetaTypes(MetaDataContext)

Gets the SQL meta types.

Declaration
public static MetaTypeCollection GetSqlMetaTypes(MetaDataContext context)
Parameters
Type Name Description
MetaDataContext context

The context.

Returns
Type Description
MetaTypeCollection

Load(MetaDataContext, MetaDataType)

Loads the specified context.

Declaration
public static MetaType Load(MetaDataContext context, MetaDataType type)
Parameters
Type Name Description
MetaDataContext context

The context.

MetaDataType type

The type.

Returns
Type Description
MetaType

Load(MetaDataContext, Int32)

Declaration
public static MetaType Load(MetaDataContext context, int metaTypeId)
Parameters
Type Name Description
MetaDataContext context
System.Int32 metaTypeId
Returns
Type Description
MetaType

Load(IDataReader)

Declaration
protected static MetaType Load(IDataReader reader)
Parameters
Type Name Description
System.Data.IDataReader reader
Returns
Type Description
MetaType