Class MetaObjectData
Inheritance
System.Object
    MetaObjectData
  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.BusinessFoundation.Data.Business.Mapping
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class MetaObjectData
  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 PrimaryKeyId? PrimaryKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<PrimaryKeyId> | The primary key.  |