IContext Interface |
Namespace: CMS.Base
public interface IContext : IVirtualHierarchicalObject, IHierarchicalObject, INameIndexable
The IContext type exposes the following members.
Name | Description | |
---|---|---|
Item |
String indexer, gets or sets the value with the specified name
(Inherited from INameIndexable.) | |
Properties |
Properties of the object available through GetProperty.
(Inherited from IHierarchicalObject.) |
Name | Description | |
---|---|---|
GetProperty |
Returns property with given name (either object or property value).
(Inherited from IHierarchicalObject.) | |
TryGetProperty(String, Object) |
Returns property with given name (either object or property value).
(Inherited from IHierarchicalObject.) | |
TryGetProperty(String, Object, Boolean) |
Returns property with given name (either object or property value).
(Inherited from IVirtualHierarchicalObject.) |