Класс ModelPerspective
Provides information about a perspective of a model.
Иерархия наследования
System. . :: . .Object
ReportService2005..::..ModelPerspective
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class ModelPerspective
'Применение
Dim instance As ModelPerspective
[SerializableAttribute]
public class ModelPerspective
[SerializableAttribute]
public ref class ModelPerspective
[<SerializableAttribute>]
type ModelPerspective = class end
public class ModelPerspective
Тип ModelPerspective обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
ModelPerspective | Initializes a new instance of the ModelPerspective class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Description | Gets a description of the perspective. Read-only. |
![]() |
ID | Gets the ID of the perspective. Read-only. |
![]() |
Name | Gets the name of the perspective. Read-only. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Замечания
A model perspective identifies a subset of a model items contained in the model. Use the model perspective name with the GetUserModel API to obtain only the model items in the perspective.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также