ModelPerspective Class
Provides information about a perspective of a model.
Inheritance Hierarchy
System.Object
ReportService2006.ModelPerspective
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ModelPerspective
'Usage
Dim instance As ModelPerspective
[SerializableAttribute]
public class ModelPerspective
[SerializableAttribute]
public ref class ModelPerspective
[<SerializableAttribute>]
type ModelPerspective = class end
public class ModelPerspective
The ModelPerspective type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModelPerspective | Initializes a new instance of the ModelPerspective class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
A model perspective identifies a subset of a model items that are contained in the model. Use the model perspective name with the GetUserModel API to obtain only the model items in the perspective.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also