Classe ModelItem
Provides the semantic definition of the model item.
Gerarchia di ereditarietà
System.Object
ReportService2010.ModelItem
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ModelItem
'Utilizzo
Dim instance As ModelItem
[SerializableAttribute]
public class ModelItem
[SerializableAttribute]
public ref class ModelItem
[<SerializableAttribute>]
type ModelItem = class end
public class ModelItem
Nel tipo ModelItem sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ModelItem | Initializes a new instance of the ModelItem class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. | |
ModelItemTypeName | Gets the type of the model item. | |
Name | Gets the name of the item in the model. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
This class is used when listing model items with the ModelCatalogItem class.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.