ObjectConfiguration

Configuration of an application context object.

Namespace:
Inetdev.Context.Configuration
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

ObjectConfiguration

Default constructor

Signature:
public Void ObjectConfiguration()

Properties

Events

A collection of configured events.

Signature:
public IList<ObjectDelegate> Events { get; }

IsSingleton

Whether this object is a singleton.

Signature:
public Boolean IsSingleton { get; set; }

Name

Application context object name.

Signature:
public String Name { get; set; }

Properties

A collection of configured properties.

Signature:
public IList<ObjectProperty> Properties { get; }

Type

Object type.

Signature:
public Type Type { get; set; }

Methods

ToString

Returns a textual representation of the object configuration.

Signature:
public String ToString()