Classe ModelItem
Provides the semantic definition of the model item.
Hierarquia de herança
System.Object
ReportService2010.ModelItem
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ModelItem
'Uso
Dim instance As ModelItem
[SerializableAttribute]
public class ModelItem
[SerializableAttribute]
public ref class ModelItem
[<SerializableAttribute>]
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. |
![]() |
ModelItemTypeName | Gets the type of the model item. |
![]() |
Name | Gets the name of the item in the model. |
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.