Class ApplicationRealmBase
Provides base implementation for IApplicationRealm
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Apps
Assembly: Azos.dll
Syntax
public class ApplicationRealmBase : ApplicationComponent, IApplicationRealmImplementation, IApplicationRealm, IApplicationComponent, IDisposable
Constructors
ApplicationRealmBase(IApplication)
Declaration
public ApplicationRealmBase(IApplication app)
Parameters
Type | Name | Description |
---|---|---|
IApplication | app |
Fields
m_Areas
Declaration
protected Registry<IApplicationRealmArea> m_Areas
Field Value
Type | Description |
---|---|
Registry<IApplicationRealmArea> |
Properties
Areas
Declaration
public IRegistry<IApplicationRealmArea> Areas { get; }
Property Value
Type | Description |
---|---|
IRegistry<IApplicationRealmArea> |
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
RegisterArea(IApplicationRealmArea)
Declaration
public bool RegisterArea(IApplicationRealmArea area)
Parameters
Type | Name | Description |
---|---|---|
IApplicationRealmArea | area |
Returns
Type | Description |
---|---|
System.Boolean |
UnregisterArea(IApplicationRealmArea)
Declaration
public bool UnregisterArea(IApplicationRealmArea area)
Parameters
Type | Name | Description |
---|---|---|
IApplicationRealmArea | area |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IDisposable