ModelCatalogItem Class
Used to provide a listing of all model perspectives in a model in the report server namespace.
Inheritance Hierarchy
System.Object
  ReportService2005.ModelCatalogItem
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.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
The ModelCatalogItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ModelCatalogItem | Initializes a new instance of the ModelCatalogItem class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Description | Gets a description of the model catalog item. | 
| .gif) | Model | Gets the full path to the model catalog item. | 
| .gif) | Perspectives | Gets a list of any perspectives for this model. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
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.