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