SaaS CMS has officially launched! Learn more now.

Class MetaFieldDataSource

Represent meta field data source information.

Inheritance
System.Object
MetaFieldDataSource
Implements
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.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
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

true if [in primary key]; otherwise, false.

IsBackReference

Gets a value indicating whether this instance is back reference.

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

true if this instance is back reference; otherwise, false.

IsDataProvider

Gets a value indicating whether this instance is data provider.

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

true if this instance is data provider; otherwise, false.

IsExpression

Gets a value indicating whether this instance is expression.

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

true if this instance is expression; otherwise, false.

IsReference

Gets a value indicating whether this instance is reference.

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

true if this instance is reference; otherwise, false.

IsTable

Gets a value indicating whether this instance is table.

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

true if this instance is table; otherwise, false.

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

Implements