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 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: 13.30.0
Syntax
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 System.Type.

Declaration
public string Binder { get; set; }
Property Value
Type Description
System.String

The binder type.

Installer

Gets or sets the installer System.Type.

Declaration
public string Installer { get; set; }
Property Value
Type Description
System.String

The installer type.

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.