SettingsValueSlice Class

Namespace: Xafari.BC.Settings.Runtime
Assembly: Xafari.BC.Settings (in Xafari.BC.Settings.dll)

  • c#
  • VB

public abstract class SettingsValueSlice : DisposableExtBase, IHierarchyNode

Public MustInherit Class SettingsValueSlice
  Inherits DisposableExtBase
  Implements IHierarchyNode
End Class

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