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 MetaObjectData

Inheritance
System.Object
MetaObjectData
Namespace: Mediachase.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class MetaObjectData : Object

Constructors

MetaObjectData()

Initializes a new instance of the MetaObjectData class.

Declaration
public MetaObjectData()

Properties

ColumnData

Gets the map column data.

Declaration
public Dictionary<string, object> ColumnData { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

The map column data.

MetaFieldData

Gets the map meta field data.

Declaration
public Dictionary<string, object> MetaFieldData { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

The map meta field data.

PrimaryKey

Gets or sets the primary key.

Declaration
public Nullable<PrimaryKeyId> PrimaryKey { get; set; }
Property Value
Type Description
System.Nullable<PrimaryKeyId>

The primary key.