Classe ModelItem
Provides the semantic definition of the model item.
Hierarquia de herança
System.Object
ReportService2006.ModelItem
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
Public Class ModelItem
'Uso
Dim instance As ModelItem
public class ModelItem
public ref class ModelItem
type ModelItem = class end
public class ModelItem
O tipo ModelItem expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ModelItem | Initializes a new instance of the ModelItem class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
This class is used when listing model items with the ModelCatalogItem class.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.