Class MetaFieldDataSource
Represent meta field data source information.
Inheritance
Implements
Inherited Members
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class MetaFieldDataSource : IChangeTracking
  Constructors
MetaFieldDataSource()
Initializes a new instance of the MetaFieldDataSource class.
Declaration
public MetaFieldDataSource()
  Properties
Columns
Gets the tables.
Declaration
public StringCollection Columns { get; }
  Property Value
| Type | Description | 
|---|---|
| StringCollection | The tables.  | 
      
InPrimaryKey
Gets or sets a value indicating whether in primary key.
Declaration
public bool InPrimaryKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
IsBackReference
Gets a value indicating whether this instance is back reference.
Declaration
public bool IsBackReference { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
IsDataProvider
Gets a value indicating whether this instance is data provider.
Declaration
public bool IsDataProvider { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
IsExpression
Gets a value indicating whether this instance is expression.
Declaration
public bool IsExpression { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
IsReference
Gets a value indicating whether this instance is reference.
Declaration
public bool IsReference { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
IsTable
Gets a value indicating whether this instance is table.
Declaration
public bool IsTable { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
  | 
      
Table
Gets or sets the table.
Declaration
public string Table { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The table.  | 
      
Type
Gets or sets the type.
Declaration
public MetaFieldDataSourceType Type { get; set; }
  Property Value
| Type | Description | 
|---|---|
| MetaFieldDataSourceType | The type.  | 
      
Explicit Interface Implementations
IChangeTracking.AcceptChanges()
Declaration
void IChangeTracking.AcceptChanges()
  IChangeTracking.IsChanged
Declaration
bool IChangeTracking.IsChanged { get; }
  Returns
| Type | Description | 
|---|---|
| System.Boolean |