NavigationEntity Class

Definition

Represents the entity property of the class.

public ref class NavigationEntity : Microsoft::SqlServer::Management::INavigationEntityInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class NavigationEntity : Microsoft.SqlServer.Management.INavigationEntityInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type NavigationEntity = class
    interface INavigationEntityInfo
    interface INavigationEntry
Public Class NavigationEntity
Implements INavigationEntityInfo
Inheritance
NavigationEntity
Attributes
Implements

Constructors

NavigationEntity()

Initializes a new instance of the NavigationEntity class.

Properties

Base

Gets the base entry that this entry inherits settings from.

Properties

Gets or sets the property of the entity.

UrnPath

Gets or sets the value for the Uniform Resource Name (URN) path of the entity.

Explicit Interface Implementations

INavigationEntityInfo.Properties

Gets the properties defined for the entity.

INavigationEntry.SupportedUrnPaths

Gets a list of supported Urn paths.

Applies to