Class TypeElement
Represents registration of custom type installer and binder.
Inheritance
System.Object
TypeElement
Namespace: Mediachase.BusinessFoundation.Data.Meta.Configuration
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0Syntax
public class TypeElement : ConfigurationElement
Constructors
TypeElement()
Initializes a new instance of the TypeElement class.
Declaration
public TypeElement()
TypeElement(String, String, String)
Initializes a new instance of the TypeElement class.
Declaration
public TypeElement(string name, string installer, string binder)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name. |
| System.String | installer | The installer. |
| System.String | binder | The binder. |
Properties
Binder
Gets or sets the binder.
Declaration
public string Binder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The binder. |
Installer
Gets or sets the installer.
Declaration
public string Installer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The installer. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The name. |