Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.