Suggérer une traduction
 
Suggestions d'autres utilisateurs :

progress indicator
Aucune autre suggestion.
Cliquez pour évaluer et commenter
MSDN
MSDN Library
Développement .NET
.NET Framework 4
Espaces de noms System.Web
System.Web.UI.WebControls
Réduire tout/Développer tout Réduire tout
Affichage du contenu :  côte à côteAffichage du contenu : côte à côte
.NET Framework Class Library
SiteMapHierarchicalDataSourceView Class

Represents a data view on a site map node or collection of nodes for a SiteMapDataSource control.

System..::.Object
  System.Web.UI..::.HierarchicalDataSourceView
    System.Web.UI.WebControls..::.SiteMapHierarchicalDataSourceView

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)
Visual Basic
Public Class SiteMapHierarchicalDataSourceView _
    Inherits HierarchicalDataSourceView
C#
public class SiteMapHierarchicalDataSourceView : HierarchicalDataSourceView
Visual C++
public ref class SiteMapHierarchicalDataSourceView : public HierarchicalDataSourceView
F#
type SiteMapHierarchicalDataSourceView =  
    class
        inherit HierarchicalDataSourceView
    end

The SiteMapHierarchicalDataSourceView type exposes the following members.

  NameDescription
Public methodSiteMapHierarchicalDataSourceView(SiteMapNode)Initializes a new instance of the SiteMapHierarchicalDataSourceView class, adding the specified node to the IHierarchicalEnumerable collection that the data source view maintains.
Public methodSiteMapHierarchicalDataSourceView(SiteMapNodeCollection)Initializes a new instance of the SiteMapHierarchicalDataSourceView class, setting the specified collection to the IHierarchicalEnumerable collection that the data source view maintains.
Top
  NameDescription
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSelectGets the collection of the SiteMapNode objects that represents the site navigation structure for the current user. (Overrides HierarchicalDataSourceView..::.Select()()().)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

The SiteMapDataSource control can present its underlying data in both tabular and hierarchical format to Web server controls that bind to it. The SiteMapHierarchicalDataSourceView is used by controls developers, but not page developers or in page code.

Controls such as Menu or DropDownList use the SiteMapDataSource to bind to site map data and present it in list form, while controls that derive from the HierarchicalDataBoundControl class, such as TreeView, bind to sitemap data and present it in hierarchical form.

If a data-bound control calls the GetView method of the SiteMapDataSource, a SiteMapDataSourceView is created by the data source. If a control calls the HierarchicalDataBoundControl GetHierarchicalView method, a SiteMapHierarchicalDataSourceView is created. The SiteMapDataSourceView class is provided for Web server controls that derive from DataBoundControl and bind to lists and tabular data, while the SiteMapHierarchicalDataSourceView is provided for Web server controls that derive from HierarchicalDataBoundControl and bind to hierarchical data.

Like all HierarchicalDataSourceView helper objects, the SiteMapHierarchicalDataSourceView defines the operations that the data source can perform with the underlying data. Because the SiteMapHierarchicalDataSourceView class only overrides the Select method, the associated SiteMapDataSource control does not support sort expressions or insert, delete, or update operations.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Bibliothèque de classes .NET Framework
SiteMapHierarchicalDataSourceView, classe

Représente une vue de données sur un nœud de plan de site ou une collection de nœuds d'un contrôle SiteMapDataSource.

System..::.Object
  System.Web.UI..::.HierarchicalDataSourceView
    System.Web.UI.WebControls..::.SiteMapHierarchicalDataSourceView

Espace de noms :  System.Web.UI.WebControls
Assembly :  System.Web (dans System.Web.dll)
Visual Basic
Public Class SiteMapHierarchicalDataSourceView _
    Inherits HierarchicalDataSourceView
C#
public class SiteMapHierarchicalDataSourceView : HierarchicalDataSourceView
VisualC++
public ref class SiteMapHierarchicalDataSourceView : public HierarchicalDataSourceView
F#
type SiteMapHierarchicalDataSourceView =  
    class
        inherit HierarchicalDataSourceView
    end

Le type SiteMapHierarchicalDataSourceView expose les membres suivants.

  NomDescription
Méthode publiqueSiteMapHierarchicalDataSourceView(SiteMapNode)Initialise une nouvelle instance de la classe SiteMapHierarchicalDataSourceView, en ajoutant le nœud spécifié à la collection IHierarchicalEnumerable gérée par la vue de source de données.
Méthode publiqueSiteMapHierarchicalDataSourceView(SiteMapNodeCollection)Initialise une nouvelle instance de la classe SiteMapHierarchicalDataSourceView, en définissant la collection spécifiée sur la collection IHierarchicalEnumerable gérée par la vue de source de données.
Début
  NomDescription
Méthode publiqueEquals(Object)Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.)
Méthode protégéeFinalizeAutorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de netto***ge avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.)
Méthode publiqueGetHashCodeSert de fonction de hachage pour un type particulier. (Hérité de Object.)
Méthode publiqueGetTypeObtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode protégéeMemberwiseCloneCrée une copie superficielle de l'objet Object actif. (Hérité de Object.)
Méthode publiqueSelectObtient la collection des objets SiteMapNode qui représente la structure de navigation de site pour l'utilisateur actuel. (Substitue HierarchicalDataSourceView..::.Select()()().)
Méthode publiqueToStringRetourne une chaîne qui représente l'objet actuel. (Hérité de Object.)
Début

Le contrôle SiteMapDataSource peut présenter ses données sous-jacentes au format tabulaire et hiérarchique aux contrôles serveur Web qui lui sont liés. SiteMapHierarchicalDataSourceView est utilisé par les développeurs de contrôles, mais pas par les développeurs de pages ni dans le code de page.

Les contrôles, tels que Menu ou DropDownList utilisent SiteMapDataSource pour se lier aux données SiteMap et les présenter sous forme de liste, tandis que les contrôles qui dérivent de la classe HierarchicalDataBoundControl, par exemple TreeView, se lient aux données de plan de site et les présentent sous forme hiérarchique.

Si un contrôle lié aux données appelle la méthode GetView du contrôle SiteMapDataSource, un SiteMapDataSourceView est créé par la source de données. Si un contrôle appelle la méthode HierarchicalDataBoundControl GetHierarchicalView, un SiteMapHierarchicalDataSourceView est créé. La classe SiteMapDataSourceView est fournie pour les contrôles serveur Web qui dérivent de DataBoundControl et se lient aux listes et données tabulaires, tandis que la classe SiteMapHierarchicalDataSourceView est fournie pour les contrôles serveur Web qui dérivent de HierarchicalDataBoundControl et se lient aux données hiérarchiques.

Comme tous les objets d'assistance HierarchicalDataSourceView, SiteMapHierarchicalDataSourceView définit les opérations que la source de données peut exécuter avec les données sous-jacentes. Étant donné que la classe SiteMapHierarchicalDataSourceView substitue uniquement la méthode Select, le contrôle SiteMapDataSource associé ne prend pas en charge les expressions de tri ou les opérations d'insertion, de suppression ou de mise à jour.

.NET Framework

Pris en charge dans : 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 ou ultérieur, Windows XP SP3, Windows XP SP2 Édition x64, Windows Server 2008 (installation minimale non prise en charge), Windows Server 2008 R2 (installation minimale prise en charge avec SP1 ou version ultérieure), Windows Server 2003 SP2

Le .NET Framework ne prend pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Contenu de la communauté   Qu'est-ce que le Contenu de la communauté ?
Ajouter du contenu RSS  Annotations
Processing
© 2012 Microsoft. Tous droits réservés. Conditions d'utilisation | Marques | Confidentialité
Page view tracker