Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class MetaModel

Represents next version of meta model. (Not implemented yet)

Inheritance
System.Object
MetaModel
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class MetaModel : Object

Constructors

MetaModel()

Initializes a new instance of the MetaModel class.

Declaration
public MetaModel()

Properties

MetaClasses

Declaration
public string[] MetaClasses { get; }
Property Value
Type Description
System.String[]

Provider

Declaration
public MetaModelStorageProvider Provider { get; set; }
Property Value
Type Description
MetaModelStorageProvider

RegisteredTypes

Declaration
public MetaFieldType[] RegisteredTypes { get; }
Property Value
Type Description
MetaFieldType[]

Methods

GetMetaClass(String)

Declaration
public MetaClass GetMetaClass(string metaClassName)
Parameters
Type Name Description
System.String metaClassName
Returns
Type Description
MetaClass

GetMetaViews(String)

Declaration
public MetaView[] GetMetaViews(string metaClassName)
Parameters
Type Name Description
System.String metaClassName
Returns
Type Description
MetaView[]