Class ApplicationComponent<TDirector>
Represents app component with typed ComponentDirector property
Inheritance
System.Object
ApplicationComponent<TDirector>
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 abstract class ApplicationComponent<TDirector> : ApplicationComponent, IDisposable, IApplicationComponent where TDirector : IApplicationComponent
Type Parameters
Name | Description |
---|---|
TDirector |
Constructors
ApplicationComponent(TDirector)
Declaration
protected ApplicationComponent(TDirector director)
Parameters
Type | Name | Description |
---|---|---|
TDirector | director |
ApplicationComponent(IApplication)
Declaration
protected ApplicationComponent(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
Properties
ComponentDirector
Declaration
public TDirector ComponentDirector { get; }
Property Value
Type | Description |
---|---|
TDirector |
Implements
System.IDisposable