Configuration of an application context object.
Default constructor
public Void ObjectConfiguration()
Whether this object is a singleton.
public Boolean IsSingleton { get; set; }
Application context object name.
public String Name { get; set; }
A collection of configured properties.
public IList<ObjectProperty> Properties { get; }
Object type.
public Type Type { get; set; }
Returns a textual representation of the object configuration.
public String ToString()
In this document