SiteMapNode - класс

Defines a class that is used to store single url.
Иерархия наследования
Object
  Telerik.Web.MvcLinkedObjectBaseSiteMapNode
    Telerik.Web.MvcSiteMapNode

Пространство имён:  Telerik.Web.Mvc
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public class SiteMapNode : LinkedObjectBase<SiteMapNode>, 
	INavigatable

Тип SiteMapNode предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методSiteMapNode
Initializes a new instance of the SiteMapNode class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоActionName
Gets or sets the name of the action.
Открытое свойствоAttributes
Gets or sets the attributes.
Открытое свойствоChangeFrequency
Gets or sets the change frequency.
Открытое свойствоChildNodes
Gets or sets the child nodes.
Открытое свойствоControllerName
Gets or sets the name of the controller.
Открытое свойствоIncludeInSearchEngineIndex
Gets or sets a value indicating whether [include in search engine index].
Открытое свойствоLastModifiedAt
Gets or sets the last modified at.
Открытое свойствоNextSibling
Gets the next T node on the same hierarchical level as the current one, relative to the T.ParentNode property (if one exists).
(Унаследован от LinkedObjectBaseT.)
Открытое свойствоParent
Gets or sets the T object that is the parent of the current node.
(Унаследован от LinkedObjectBaseT.)
Открытое свойствоPreviousSibling
Gets the previous T object on the same level as the current one, relative to the T.ParentNode object (if one exists).
(Унаследован от LinkedObjectBaseT.)
Открытое свойствоRouteName
Gets or sets the name of the route.
Открытое свойствоRouteValues
Gets or sets the route values.
Открытое свойствоTitle
Gets or sets the title.
Открытое свойствоUpdatePriority
Gets or sets the update priority.
Открытое свойствоUrl
Gets or sets the URL.
Открытое свойствоVisible
Gets or sets a value indicating whether this SiteMapNode is visible.
В начало страницы
Операторы
Методы расширения
  ИмяОписание
Открытый метод расширенияAction(RouteValueDictionary)Перегружен.
Sets the action, controller name and route values of INavigatable object.
(Определяется NavigatableExtensions.)
Открытый метод расширенияAction(String, String, Object)Перегружен.
Sets the action and controller name, along with Route values of INavigatable object.
(Определяется NavigatableExtensions.)
Открытый метод расширенияAction(String, String, RouteValueDictionary)Перегружен.
Sets the action, controller name and route values of INavigatable object.
(Определяется NavigatableExtensions.)
Открытый метод расширенияActionTController(ExpressionActionTController)Перегружен.
Sets the action and route values of INavigatable object.
(Определяется NavigatableExtensions.)
Открытый метод расширенияGenerateUrl(ViewContext, IUrlGenerator)Перегружен.
Generating url depending on the ViewContext and the IUrlGenerator generator.
(Определяется NavigatableExtensions.)
Открытый метод расширенияGenerateUrl(ViewContext, IUrlGenerator, RouteValueDictionary)Перегружен.
Generating url depending on the ViewContext and the IUrlGenerator generator.
(Определяется NavigatableExtensions.)
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияHasValue
Determines whether this instance has value.
(Определяется NavigatableExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияIsAccessible
Verify whether the INavigatable object is accessible.
(Определяется NavigatableExtensions.)
Открытый метод расширенияIsCurrent
Determines whether the specified navigatable matches the current request URL.
(Определяется NavigatableExtensions.)
Открытый метод расширенияRoute(String, Object)Перегружен.
Sets the route name and route values of INavigatable object.
(Определяется NavigatableExtensions.)
Открытый метод расширенияRoute(String, RouteValueDictionary)Перегружен.
Sets the route name and route values of INavigatable object.
(Определяется NavigatableExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
Открытый метод расширенияUrl
Sets the url property of INavigatable object.
(Определяется NavigatableExtensions.)
В начало страницы
См. также