ModelCatalogItem-Klasse

Used to provide a listing of all model perspectives for a model.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..ModelCatalogItem

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ModelCatalogItem
'Usage
Dim instance As ModelCatalogItem
[SerializableAttribute]
public class ModelCatalogItem
[SerializableAttribute]
public ref class ModelCatalogItem
[<SerializableAttribute>]
type ModelCatalogItem =  class end
public class ModelCatalogItem

Der ModelCatalogItem-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Description Gets a description of the model catalog item.
Öffentliche Eigenschaft Model Gets the full path of the model catalog item.
Öffentliche Eigenschaft Perspectives Gets a list of any perspectives for this model.

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

Threadsicherheit

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

Siehe auch

Verweis