Classe ModelPerspective
Provides information about a perspective of a model.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..ModelPerspective
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ModelPerspective
'Utilizzo
Dim instance As ModelPerspective
[SerializableAttribute]
public class ModelPerspective
[SerializableAttribute]
public ref class ModelPerspective
[<SerializableAttribute>]
type ModelPerspective = class end
public class ModelPerspective
Nel tipo ModelPerspective sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ModelPerspective | Initializes a new instance of the ModelPerspective class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
A model perspective identifies a subset of a model items that are contained in the model. Use the model perspective name with the GetUserModel method to obtain only the model items in the perspective.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche