Classe ModelItem
Provides the semantic definition of the model item.
Hiérarchie d'héritage
System.Object
ReportService2006.ModelItem
Espace de noms : ReportService2006
Assembly : ReportService2006 (en ReportService2006.dll)
Syntaxe
'Déclaration
Public Class ModelItem
'Utilisation
Dim instance As ModelItem
public class ModelItem
public ref class ModelItem
type ModelItem = class end
public class ModelItem
Le type ModelItem expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
ModelItem | Initializes a new instance of the ModelItem class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Description | Gets the description of the model item. | |
ID | Gets the ID of the item in the model. | |
ModelItems | Gets the child model items for this model item. | |
Name | Gets the name of the item in the model. | |
Type | Gets the type of the model item. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
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.