A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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[]