INavigationContext Interface
Provides the information for a node in the object explorer hierarchy.
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
| Name | Description | |
|---|---|---|
![]() | Connection | Gets or sets the connection information.(Inherited from INodeContext.) |
![]() | Context | Gets or sets the enumerators Uniform Resource Name (URN) for the node.(Inherited from INodeContext.) |
![]() | Hierarchy | Gets the hierarchy associated to the node.(Inherited from INodeInformation.) |
![]() | InvariantName | Gets all the parts of Uniform Resource Name (URN) key.(Inherited from INodeInformation.) |
![]() | Item[String^] | Gets the property bag for the node.(Inherited from INodeInformation.) |
![]() | Name | Gets the caption for the node.(Inherited from INodeInformation.) |
![]() | NavigationContext | Gets the context of the navigation.(Inherited from INodeContext.) |
![]() | Parent | Gets the parent node.(Inherited from INodeInformation.) |
![]() | UrnPath | Gets the skeleton path for the current context.(Inherited from INodeContext.) |
![]() | ViewIdentity | Gets the view identity that is used to query a view from the navigation service. |
| Name | Description | |
|---|---|---|
![]() | CreateObjectInstance() | Creates an instance of the object that is defined by the context and connection properties.(Inherited from INodeContext.) |
![]() | Equals(T) | (Inherited from IEquatable<T>.) |
![]() | GetService(Type^) | (Inherited from IServiceProvider.) |

