Interface IServiceContextProvider
Provides a set of properties relating to a service's context.
Namespace: Copper.Service.Interface
Assembly: Copper.Service.dll
Syntax
public interface IServiceContextProvider
Properties
View SourceApplicationName
Gets the name of the application.
Declaration
string ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the application. |
ApplicationTypeName
Gets the name of the application type.
Declaration
string ApplicationTypeName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the application type. |
ServiceName
Gets the service name.
Declaration
string ServiceName { get; }
Property Value
Type | Description |
---|---|
System.String | The service name. |
ServiceTypeName
Gets the service type name.
Declaration
string ServiceTypeName { get; }
Property Value
Type | Description |
---|---|
System.String | The service type name. |