Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class McDataType

Specifies Mediachase Ibn Data component default data type of a field.

Inheritance
System.Object
McDataType
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class McDataType : Enum

Fields

Aggregation

An aggregation of meta class.

Declaration
public const McDataType Aggregation
Field Value
Type Description
McDataType

BackReference

A back reference to array of rereferenced objects.

Declaration
public const McDataType BackReference
Field Value
Type Description
McDataType

Boolean

A logical value. Either true or false.

Declaration
public const McDataType Boolean
Field Value
Type Description
McDataType

Card

A card extenstion.

Declaration
public const McDataType Card
Field Value
Type Description
McDataType

Complex

An custom external type.

Declaration
public const McDataType Complex
Field Value
Type Description
McDataType

Currency

A currency value ranging from -2 63 (or -9,223,372,036,854,775,808) to 2 63 -1 (or +9,223,372,036,854,775,807) with an accuracy to a ten-thousandth of a currency unit.

Declaration
public const McDataType Currency
Field Value
Type Description
McDataType

DateTime

Date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds.

Declaration
public const McDataType DateTime
Field Value
Type Description
McDataType

Decimal

A fixed precision and scale numeric value between -10 38 -1 and 10 38 -1.

Declaration
public const McDataType Decimal
Field Value
Type Description
McDataType

Double

A floating point number within the range of -1.79E +308 through 1.79E +308.

Declaration
public const McDataType Double
Field Value
Type Description
McDataType

Enum

An either multi-value or single-value enum.

Declaration
public const McDataType Enum
Field Value
Type Description
McDataType

File

A file.

Declaration
public const McDataType File
Field Value
Type Description
McDataType

Guid

A globally unique identifier (or GUID).

Declaration
public const McDataType Guid
Field Value
Type Description
McDataType

Identifier

An string unique identifier.

Declaration
public const McDataType Identifier
Field Value
Type Description
McDataType

Integer

A 32-bit signed integer

Declaration
public const McDataType Integer
Field Value
Type Description
McDataType

A weak leank to meta class.

Declaration
public const McDataType Link
Field Value
Type Description
McDataType

MultiReference

An multi reference.

Declaration
public const McDataType MultiReference
Field Value
Type Description
McDataType

Reference

A reference to meta class.

Declaration
public const McDataType Reference
Field Value
Type Description
McDataType

ReferencedField

A read-only rereference field from reference.

Declaration
public const McDataType ReferencedField
Field Value
Type Description
McDataType

String

A variable-length stream of Unicode characters.

Declaration
public const McDataType String
Field Value
Type Description
McDataType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32