Class MetaObjectInstanceElement
Represents registration of typed meta object for specific meta class in configuration file.
Inheritance
System.Object
MetaObjectInstanceElement
Namespace: Mediachase.BusinessFoundation.Data.Meta.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class MetaObjectInstanceElement : ConfigurationElement
Constructors
MetaObjectInstanceElement()
Initializes a new instance of the MetaObjectInstanceElement class.
Declaration
public MetaObjectInstanceElement()
MetaObjectInstanceElement(String, String)
Initializes a new instance of the MetaObjectInstanceElement class.
Declaration
public MetaObjectInstanceElement(string MetaClass, string Type)
Parameters
Type | Name | Description |
---|---|---|
System.String | MetaClass | The meta class. |
System.String | Type | The type. |
Properties
MetaClass
Gets or sets the name.
Declaration
public string MetaClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Type
Gets or sets the type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |