SaaS CMS has officially launched! Learn more now.

Class MetaUIManager

Inheritance
System.Object
MetaUIManager
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.Core
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public static class MetaUIManager

Methods

GetCreatableUITypes(MetaClass, String)

Gets the creatable UI types.

Declaration
public static MetaUITypeElement[] GetCreatableUITypes(MetaClass metaClass, string category)
Parameters
Type Name Description
MetaClass metaClass

The meta class.

System.String category

The category.

Returns
Type Description
MetaUITypeElement[]

GetCreatableUITypes(String, String)

Gets the creatable UI types.

Declaration
public static MetaUITypeElement[] GetCreatableUITypes(string metaClassName, string category)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

System.String category

The category.

Returns
Type Description
MetaUITypeElement[]

GetMetaFormList(String)

Gets the meta form list.

Declaration
public static string[] GetMetaFormList(string metaClassName)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

Returns
Type Description
System.String[]

GetMetaUIType(String, String)

Gets the type of the meta UI.

Declaration
public static MetaUITypeElement GetMetaUIType(string metaClass, string id)
Parameters
Type Name Description
System.String metaClass

The meta class.

System.String id

The id.

Returns
Type Description
MetaUITypeElement

GetMetaViewList(String)

Gets the meta view list.

Declaration
public static string[] GetMetaViewList(string metaClassName)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

Returns
Type Description
System.String[]

GetUITypes(MetaClass, String)

Gets the UI types.

Declaration
public static MetaUITypeElement[] GetUITypes(MetaClass metaClass, string category)
Parameters
Type Name Description
MetaClass metaClass

The meta class.

System.String category

The category.

Returns
Type Description
MetaUITypeElement[]

GetUITypes(String, String)

Gets the UI types.

Declaration
public static MetaUITypeElement[] GetUITypes(string metaClassName, string category)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

System.String category

The category.

Returns
Type Description
MetaUITypeElement[]

MetaUITypeIsSystem(String, String)

Metas the UI type is system.

Declaration
public static bool MetaUITypeIsSystem(string metaClass, string id)
Parameters
Type Name Description
System.String metaClass

The meta class.

System.String id

The id.

Returns
Type Description
System.Boolean