SettingsAccessor<TSlice1> Class
NOTE: This member is now obsolete. Use SettingsAccessorDesigner<TKey1> instead.
Implements default slices hierarchy with single level.Namespace:
Xafari.BC.Settings
Assembly: Xafari.BC.Settings (in Xafari.BC.Settings.dll)
- c#
- VB
[Obsolete("Use SettingsAccessorDesigner<TKey1> instead.")] public class SettingsAccessor<TSlice1> : SettingsAccessor where TSlice1 : class
<Obsolete("Use SettingsAccessorDesigner<TKey1> instead.")> _
Public Class SettingsAccessor(Of TSlice1 As Class)
Inherits SettingsAccessor
End Class
Name | Description | |
---|---|---|
![]() |
SettingsAccessor(XafApplication) | Obsolete. |
![]() |
SettingsAccessor() |
Name | Description | |
---|---|---|
![]() |
Active | Indicates than service is active. (inherited from XafariCommonService). |
![]() |
Application | Gets the instance of XafApplication (inherited from XafariCommonService). |
![]() |
CachePolicy | Obsolete. (inherited from SettingsAccessor). |
![]() |
CreateServiceSpaceContextStrategy | Specifies the create IServiceSpaceContext strategy. (inherited from XafariServiceBase<TService>). |
![]() |
CurrentSlice | The current layer settings. (inherited from SettingsAccessor). |
![]() |
DefaultLayerValue | (inherited from SettingsAccessor). |
![]() |
DefaultResultValue | A clone of the primary node configuration. (inherited from SettingsAccessor). |
![]() |
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 SettingsAccessor). |
![]() |
IsDisposed | (inherited from DisposableExtBase). |
![]() |
ObjectSpace | Contains a reference to ObjectSpace. (inherited from SettingsAccessor). |
![]() |
RootSlice | Returns root slice. (inherited from SettingsAccessor). |
![]() |
RootSliceType | Gets Type of root slice. Override this property when implement custom settings accessor. |
![]() |
SliceCacheSlidingExpirationSeconds | Obsolete. (inherited from SettingsAccessor). |
![]() |
SliceTypes | Type layer. (inherited from SettingsAccessor). |
Name | Description | |
---|---|---|
![]() |
CheckIsDisposed() | (inherited from DisposableExtBase). |
![]() ![]() |
CreateDesigner() | (inherited from SettingsAccessor). |
![]() |
CreateRootSlice<TSlice>() | Obsolete. (inherited from SettingsAccessor). |
![]() |
CreateServiceContextCore(IServiceSpace) | (inherited from SettingsAccessor). |
![]() |
Dispose(bool) | Obsolete. |
![]() |
Dispose() | (inherited from DisposableExtBase). |
![]() |
DisposeCore() | (inherited from SettingsAccessor). |
![]() |
GetGroupCaption(IModelBCSettingsGroup) | Get localized caption for IModelBCSettingsGroup node. (inherited from SettingsAccessor). |
![]() |
GetGroupTooltip(IModelBCSettingsGroup) | Get localized tooltip for IModelBCSettingsGroup node. (inherited from SettingsAccessor). |
![]() |
GetItemCaption(IModelBCSettingsItem) | Get localized caption for IModelBCSettingsItem node. (inherited from SettingsAccessor). |
![]() |
GetItemTooltip(IModelBCSettingsItem) | Get localized tooltip for IModelBCSettingsItem node. (inherited from SettingsAccessor). |
![]() |
GetRootCaption() | Get localized caption for root group node. (inherited from SettingsAccessor). |
![]() |
GetRootSettings(SettingsValueSlice) | Obsolete. Returns the root node settings. (inherited from SettingsAccessor). |
![]() |
GetSlice(params object[]) | Obsolete. Returns the layer based on the identifier. |
![]() |
GetSlice(string) | Obsolete. Returns the layer based on the identifier. |
![]() |
GetSlice<T>(params object[]) | Obsolete. Returns the layer based on the identifier. (inherited from SettingsAccessor). |
![]() |
Initialize() | Initializes service instance. Have to invoked when service is used. (inherited from XafariCommonService). |
![]() |
InitializeCore() | (inherited from SettingsAccessor). |
![]() |
OnSettingValueChanged(SettingValueChangedEventArgs) | (inherited from SettingsAccessor). |
![]() |
OnSettingValueChangind(SettingValueChangingEventArgs) | (inherited from SettingsAccessor). |
![]() |
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). |
![]() |
ResetCore() | (inherited from SettingsAccessor). |
![]() |
Setup(XafApplication) | (inherited from SettingsAccessor). |
![]() |
SetupCurrentSlice() | Sets current slice, depending by CurrentUser value. (inherited from SettingsAccessor). |
![]() |
SetupSliceTypes() | Override this method to setup SliceTypes property. (inherited from SettingsAccessor). |
![]() |
Update() | Obsolete. (inherited from SettingsAccessor). |
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). |
![]() |
CurrentSliceChanged | Occurs when the current layer has been changed. (inherited from SettingsAccessor). |
![]() |
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>). |
![]() |
SettingValueChanged | Occurs when the value setting has been changed. (inherited from SettingsAccessor). |
![]() |
SettingValueChanging | Occurs when the value setting has been changing. (inherited from SettingsAccessor). |
Name | Description | |
---|---|---|
![]() |
IsDisposing | (inherited from DisposableExtBase). |
![]() |
Updaters | (inherited from SettingsAccessor). |
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.