SettingValueSlice<TKey> Class
NOTE: This member is now obsolete. Use SettingsValueSlice<TKey> instead.
Namespace:
Xafari.BC.Settings
Assembly: Xafari.BC.Settings (in Xafari.BC.Settings.dll)
- c#
- VB
[Obsolete("Use SettingsValueSlice<TKey> instead.")] public abstract class SettingValueSlice<TKey> : SettingsValueSlice<TKey> where TKey : class
<Obsolete("Use SettingsValueSlice<TKey> instead.")> _
Public MustInherit Class SettingValueSlice(Of TKey As Class)
Inherits SettingsValueSlice(Of TKey)
End Class
Name | Description | |
---|---|---|
![]() |
SettingValueSlice(ServiceSpaceContext) |
Name | Description | |
---|---|---|
![]() |
Accessor | Contains a reference to SettingsAccessor. (inherited from SettingsValueSlice). |
![]() |
ChildrenSlices | Contains a list of child layers. (inherited from SettingsValueSlice). |
![]() |
DataAccessor | Contains a reference to DataAccessorService. (inherited from SettingsValueSlice). |
![]() |
ID | Obsolete. (inherited from SettingsValueSlice). |
![]() |
Id | The ID of the slice is used to create the model and the resulting slice. (inherited from SettingsValueSlice). |
![]() |
IsDisposed | (inherited from DisposableExtBase). |
![]() |
IsRoot | Returns true if this is slice is root. (inherited from SettingsValueSlice). |
![]() |
ModelLayer | Obsolete. For internal usage. (inherited from SettingsValueSlice). |
![]() |
Name | Slice name used for display slice in the hierarchy of layers. (inherited from SettingsValueSlice). |
![]() |
ParentSlice | Contains a reference to the higher slice. (inherited from SettingsValueSlice). |
![]() |
ParentSliceObject | A persistent object corresponding to the next higher slice. (inherited from SettingsValueSlice). |
![]() |
ResultStorage | Obsolete. For internal usage. (inherited from SettingsValueSlice). |
![]() |
RootSettings | Returns settings root node for this slice. (inherited from SettingsValueSlice). |
![]() |
ServiceContext | (inherited from SettingsValueSlice). |
![]() |
SliceKey | The ID of the slice. (inherited from SettingsValueSlice). |
![]() |
SliceKeyString | A string representation of the identifier of the slice. (inherited from SettingsValueSlice). |
![]() |
SliceObject | Gets key object of this slice. (inherited from SettingsValueSlice<TKey>). |
![]() |
SliceObjectType | Gets slice key object Type. (inherited from SettingsValueSlice<TKey>). |
![]() |
SlicePath | Contains the path slice in the hierarchy of layers. (inherited from SettingsValueSlice). |
Name | Description | |
---|---|---|
![]() |
CheckIsDisposed() | (inherited from DisposableExtBase). |
![]() |
Clear() | (inherited from SettingsValueSlice). |
![]() |
CreateDefaultOwnLayer() | Constructs a default slice. (inherited from SettingsValueSlice). |
![]() |
Dispose(bool) | Obsolete. |
![]() |
Dispose() | (inherited from DisposableExtBase). |
![]() |
DisposeCore() | (inherited from SettingsValueSlice). |
![]() |
GetChildSlice(params object[]) | Returns the child with a slice of suitably identifier. (inherited from SettingsValueSlice). |
![]() |
GetHierarchyChildren(string) | Returns slave nodes of specified hierarchy. (inherited from SettingsValueSlice). |
![]() |
GetHierarchyNodeFullName(string) | Returns the fully qualified node name of the specified hierarchy using the specified delimiter. (inherited from SettingsValueSlice). |
![]() |
GetHierarchyNodeFullPath(string) | Returns the fully qualified node path of the specified hierarchy using the specified delimiter. (inherited from SettingsValueSlice). |
![]() |
GetHierarchyNodeName(string) | Returns the name of the hierarchy node with the specified name. (inherited from SettingsValueSlice). |
![]() |
GetHierarchyParent(string) | Returns the parent node of the specified hierarchy. (inherited from SettingsValueSlice). |
![]() |
GetOwnLayer() | (inherited from SettingsValueSlice). |
![]() |
GetParentKey() | Returns the key for the parent slice. If you define an object of the parent slice, then this object is the key for the parent slice. (inherited from SettingsValueSlice). |
![]() ![]() |
GetSlices<T>(SettingsValueSlice, CriteriaOperator) | Gets children slices for specified parentSlice. Use specified criteria to select key objects of slice T. (inherited from SettingsValueSlice<TKey>). |
![]() |
SetHierarchyNodeFullName(string, string) | Sets the full name for the node specified hierarchy. (inherited from SettingsValueSlice). |
![]() |
SetHierarchyNodeFullPath(string, string) | Sets the full path for the node specified hierarchy. (inherited from SettingsValueSlice). |
![]() |
SetHierarchyParent(IHierarchyNode, string) | Sets the parent node for the specified hierarchy. (inherited from SettingsValueSlice). |
![]() |
ToString() | Returns a string that represents the current object. (inherited from SettingsValueSlice). |
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 | |
---|---|---|
![]() |
Disposed | (inherited from DisposableExtBase). |
![]() |
Disposing | (inherited from DisposableExtBase). |
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.