ModelPerspective-Klasse

Provides information about a perspective of a model.

Vererbungshierarchie

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

Der ModelPerspective-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ModelPerspective Initializes a new instance of the ModelPerspective class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Description Gets a description of the perspective. Read-only.
Öffentliche Eigenschaft ID Gets the ID of the perspective. Read-only.
Öffentliche Eigenschaft Name Gets the name of the perspective. Read-only.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.