Class MetaClassDataSource
Inheritance
System.Object
    MetaClassDataSource
  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: 10.8.0Syntax
public class MetaClassDataSource : IChangeTracking
  Constructors
MetaClassDataSource()
Initializes a new instance of the MetaClassDataSource class.
Declaration
public MetaClassDataSource()
  Properties
ExtendedTables
Gets the tables.
Declaration
public StringCollection ExtendedTables { get; }
  Property Value
| Type | Description | 
|---|---|
| StringCollection | The tables.  | 
      
PrimaryTable
Gets or sets the primary table.
Declaration
public string PrimaryTable { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The primary table.  | 
      
Explicit Interface Implementations
IChangeTracking.AcceptChanges()
Declaration
void IChangeTracking.AcceptChanges()
  IChangeTracking.IsChanged
Declaration
bool IChangeTracking.IsChanged { get; }
  Returns
| Type | Description | 
|---|---|
| System.Boolean |