Share via


Classe ModelItem

Provides the semantic definition of the model item.

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2010..::..ModelItem

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ModelItem
'Utilisation
Dim instance As ModelItem
[SerializableAttribute]
public class ModelItem
[SerializableAttribute]
public ref class ModelItem
[<SerializableAttribute>]
type ModelItem =  class end
public class ModelItem

Le type ModelItem expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ModelItem Initializes a new instance of the ModelItem class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Description Gets the description of the model item.
Propriété publique ID Gets the ID of the item in the model.
Propriété publique ModelItems Gets the child model items for this model item.
Propriété publique ModelItemTypeName Gets the type of the model item.
Propriété publique Name Gets the name of the item in the model.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

This class is used when listing model items with the ModelCatalogItem class.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence