London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class MetaModelService

Inheritance
System.Object
MetaModelService
Namespace: Mediachase.BusinessFoundation.Data.WebServices
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
Syntax
public class MetaModelService : WebService

Constructors

MetaModelService()

Initializes a new instance of the BusinessManagerService class.

Declaration
public MetaModelService()

Methods

GetMetaClassMetaModel(String)

Gets the meta class meta model.

Declaration
public XmlNode GetMetaClassMetaModel(string metaClassName)
Parameters
Type Name Description
System.String metaClassName

Name of the meta class.

Returns
Type Description
System.Xml.XmlNode

LoadMetaClassNames()

Loads the meta class names.

Declaration
public string[] LoadMetaClassNames()
Returns
Type Description
System.String[]