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
msdn2017/pubproperty Accessor Contains a reference to SettingsAccessor. (inherited from SettingsValueSlice).
msdn2017/pubproperty ChildrenSlices Contains a list of child layers. (inherited from SettingsValueSlice).
msdn2017/pubproperty DataAccessor Contains a reference to DataAccessorService. (inherited from SettingsValueSlice).
msdn2017/pubproperty ID Obsolete. (inherited from SettingsValueSlice).
msdn2017/pubproperty Id The ID of the slice is used to create the model and the resulting slice. (inherited from SettingsValueSlice).
msdn2017/pubproperty IsDisposed (inherited from DisposableExtBase).
msdn2017/pubproperty IsRoot Returns true if this is slice is root. (inherited from SettingsValueSlice).
msdn2017/pubproperty ModelLayer Obsolete. For internal usage. (inherited from SettingsValueSlice).
msdn2017/pubproperty Name Slice name used for display slice in the hierarchy of layers. (inherited from SettingsValueSlice).
msdn2017/pubproperty ParentSlice Contains a reference to the higher slice. (inherited from SettingsValueSlice).
msdn2017/pubproperty ParentSliceObject A persistent object corresponding to the next higher slice. (inherited from SettingsValueSlice).
msdn2017/pubproperty ResultStorage Obsolete. For internal usage. (inherited from SettingsValueSlice).
msdn2017/pubproperty RootSettings Returns settings root node for this slice. (inherited from SettingsValueSlice).
msdn2017/pubproperty ServiceContext (inherited from SettingsValueSlice).
msdn2017/pubproperty SliceKey The ID of the slice. (inherited from SettingsValueSlice).
msdn2017/pubproperty SliceKeyString A string representation of the identifier of the slice. (inherited from SettingsValueSlice).
msdn2017/pubproperty SliceObject Gets key object of this slice. (inherited from SettingsValueSlice<TKey>).
msdn2017/pubproperty SliceObjectType Gets slice key object Type. (inherited from SettingsValueSlice<TKey>).
msdn2017/pubproperty SlicePath Contains the path slice in the hierarchy of layers. (inherited from SettingsValueSlice).
Top
Name Description
msdn2017/protmethod CheckIsDisposed() (inherited from DisposableExtBase).
msdn2017/pubmethod Clear() (inherited from SettingsValueSlice).
msdn2017/protmethod CreateDefaultOwnLayer() Constructs a default slice. (inherited from SettingsValueSlice).
msdn2017/protmethod Dispose(bool) Obsolete.
msdn2017/pubmethod Dispose() (inherited from DisposableExtBase).
msdn2017/protmethod DisposeCore() (inherited from SettingsValueSlice).
msdn2017/pubmethod GetChildSlice(params object[]) Returns the child with a slice of suitably identifier. (inherited from SettingsValueSlice).
msdn2017/pubmethod GetHierarchyChildren(string) Returns slave nodes of specified hierarchy. (inherited from SettingsValueSlice).
msdn2017/pubmethod GetHierarchyNodeFullName(string) Returns the fully qualified node name of the specified hierarchy using the specified delimiter. (inherited from SettingsValueSlice).
msdn2017/pubmethod GetHierarchyNodeFullPath(string) Returns the fully qualified node path of the specified hierarchy using the specified delimiter. (inherited from SettingsValueSlice).
msdn2017/pubmethod GetHierarchyNodeName(string) Returns the name of the hierarchy node with the specified name. (inherited from SettingsValueSlice).
msdn2017/pubmethod GetHierarchyParent(string) Returns the parent node of the specified hierarchy. (inherited from SettingsValueSlice).
msdn2017/pubmethod GetOwnLayer() (inherited from SettingsValueSlice).
msdn2017/pubmethod 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).
msdn2017/pubmethod msdn2017/static GetSlices<T>(SettingsValueSlice, CriteriaOperator) Gets children slices for specified parentSlice. Use specified criteria to select key objects of slice T. (inherited from SettingsValueSlice<TKey>).
msdn2017/pubmethod SetHierarchyNodeFullName(string, string) Sets the full name for the node specified hierarchy. (inherited from SettingsValueSlice).
msdn2017/pubmethod SetHierarchyNodeFullPath(string, string) Sets the full path for the node specified hierarchy. (inherited from SettingsValueSlice).
msdn2017/pubmethod SetHierarchyParent(IHierarchyNode, string) Sets the parent node for the specified hierarchy. (inherited from SettingsValueSlice).
msdn2017/pubmethod ToString() Returns a string that represents the current object. (inherited from SettingsValueSlice).
Top
Name Description
msdn2017/pubevent Disposed (inherited from DisposableExtBase).
msdn2017/pubevent Disposing (inherited from DisposableExtBase).
Top
Name Description
msdn2017/protfield IsDisposing (inherited from DisposableExtBase).
Top

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.

.NET Framework

Supported in: 4.6, 4.5, 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1