Class EntityObjectInstanceElement
Represents entity object instance configuration element.
Inheritance
System.Object
EntityObjectInstanceElement
Namespace: Mediachase.BusinessFoundation.Data.Business.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class EntityObjectInstanceElement : ConfigurationElement
Constructors
EntityObjectInstanceElement()
Initializes a new instance of the EntityObjectInstanceElement class.
Declaration
public EntityObjectInstanceElement()
EntityObjectInstanceElement(String, String)
Initializes a new instance of the RequestHandlerElement class.
Declaration
public EntityObjectInstanceElement(string metaClassName, string typeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | metaClassName | Name of the meta class. |
| System.String | typeName | Name of the type. |
Properties
MetaClass
Gets or sets the name of the meta class.
Declaration
public string MetaClass { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The name of the meta class. |
TypeName
Gets or sets the name of the type.
Declaration
public string TypeName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The name of the type. |