ModelPerspective Class

Provides information about a perspective of a model.

Inheritance Hierarchy

System.Object
  ReportService2005.ModelPerspective

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.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
Public method ModelPerspective Initializes a new instance of the ModelPerspective class.

Top

Properties

  Name Description
Public property Description Gets a description of the perspective. Read-only.
Public property ID Gets the ID of the perspective. Read-only.
Public property Name Gets the name of the perspective. Read-only.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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.

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.