Class Service<TDirector>
Represents service with typed ComponentDirector property
Inheritance
System.Object
Service<TDirector>
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)
System.Object.ToString()
Namespace: NFX.ServiceModel
Assembly: NFX.dll
Syntax
public class Service<TDirector> : Service, IApplicationComponent, IDisposable, IService, INamed, IConfigurable, ILocalizedTimeProvider where TDirector : class
Type Parameters
Name | Description |
---|---|
TDirector |
Constructors
Service()
Declaration
protected Service()
Service(TDirector)
Declaration
protected Service(TDirector director)
Parameters
Type | Name | Description |
---|---|---|
TDirector | director |
Properties
ComponentDirector
Declaration
public TDirector ComponentDirector { get; }
Property Value
Type | Description |
---|---|
TDirector |
Implements
System.IDisposable