Поделиться через


Класс ModelItem

Provides the semantic definition of the model item.

Иерархия наследования

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

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ModelItem
'Применение
Dim instance As ModelItem
[SerializableAttribute]
public class ModelItem
[SerializableAttribute]
public ref class ModelItem
[<SerializableAttribute>]
type ModelItem =  class end
public class ModelItem

Тип ModelItem обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ModelItem Initializes a new instance of the ModelItem class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник