Class MetaModel
Represents next version of meta model. (Not implemented yet)
Inheritance
System.Object
MetaModel
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
public class MetaModel : Object
Constructors
Initializes a new instance of the MetaModel class.
Declaration
Properties
Declaration
public string[] MetaClasses { get; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public MetaModelStorageProvider Provider { get; set; }
Property Value
Declaration
public MetaFieldType[] RegisteredTypes { get; }
Property Value
Methods
Declaration
public MetaClass GetMetaClass(string metaClassName)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
Returns
Declaration
public MetaView[] GetMetaViews(string metaClassName)
Parameters
Type |
Name |
Description |
System.String |
metaClassName |
|
Returns