ServiceCfgObjectsService Class
Non persistent cache of ServiceCfgObject objects.
Namespace:
Xafari.BC.Xas.Services
Assembly: Xafari.BC.Xas (in Xafari.BC.Xas.dll)
- c#
- VB
public class ServiceCfgObjectsService : XafariServiceBase<ServiceCfgObjectsService>
Public Class ServiceCfgObjectsService
Inherits XafariServiceBase(Of ServiceCfgObjectsService)
End Class
Name | Description | |
---|---|---|
![]() |
ServiceCfgObjectsService() |
Name | Description | |
---|---|---|
![]() |
Active | Indicates than service is active. (inherited from XafariCommonService). |
![]() |
Application | Gets the instance of XafApplication (inherited from XafariCommonService). |
![]() |
CreateServiceSpaceContextStrategy | Specifies the create IServiceSpaceContext strategy. (inherited from XafariServiceBase<TService>). |
![]() |
InitializeStrategy | Specifies service initialization strategy. (inherited from XafariCommonService). |
![]() ![]() |
Instance | Gets the TService for current Thread. (inherited from XafariCommonService<TService>). |
![]() |
IsCurrentUserDependent | Override this property to specify service dependency from current user value. (inherited from XafariCommonService). |
![]() |
IsDisposed | (inherited from DisposableExtBase). |
Name | Description | |
---|---|---|
![]() |
CheckIsDisposed() | (inherited from DisposableExtBase). |
![]() |
CreateServiceContextCore(IServiceSpace) | |
![]() |
Dispose() | (inherited from DisposableExtBase). |
![]() |
DisposeCore() | (inherited from DisposableExtBase). |
![]() |
Initialize() | Initializes service instance. Have to invoked when service is used. (inherited from XafariCommonService). |
![]() |
Register(XafApplication) | Register this instance for specified application and Setup it. (inherited from XafariCommonService). |
![]() ![]() |
RegisterService(XafApplication) | Creates instance of TService and register it. (inherited from XafariCommonService<TService>). |
![]() |
Reset() | Reset service instance. Reverse method for Initialize. (inherited from XafariCommonService). |
Name | Description | |
---|---|---|
![]() |
GetListValueByTerm<TDetails>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
GetValueByTerm<TValue>(this object, string) | Obsolete. (Defined by TypeExtensions). |
![]() |
Session(this object, bool) | Obsolete. Returns Session for specified object. (Defined by SessionExtensions). |
![]() |
SetValueByTerm<TValue>(this object, string, TValue) | Obsolete. (Defined by TypeExtensions). |
Name | Description | |
---|---|---|
![]() |
Activated | Occurs after service instance is activated. (inherited from XafariCommonService). |
![]() |
Deactivated | Occurs after service instance is deactivated. (inherited from XafariCommonService). |
![]() |
Disposed | (inherited from DisposableExtBase). |
![]() |
Disposing | (inherited from DisposableExtBase). |
![]() |
Initialized | Occurs after Initialize method called. (inherited from XafariCommonService). |
![]() |
Initializing | Occurs after Initialize method called. (inherited from XafariCommonService). |
![]() |
Resetted | Occurs after Reset method called. (inherited from XafariCommonService). |
![]() |
ServiceSpaceContextCreated | Occurs after IServiceSpaceContext is created and Setup executed. (inherited from XafariServiceBase<TService>). |
Name | Description | |
---|---|---|
![]() |
ServiceSpaceContext | The service space context class of the ServiceCfgObjectsService |
Name | Description | |
---|---|---|
![]() |
IsDisposing | (inherited from DisposableExtBase). |
Windows Phone 8.1, Windows Phone 8, Windows 8.1, Windows Server 2012 R2, Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.