ModelItem Class
Provides the semantic definition of the model item.
Inheritance Hierarchy
System.Object
  ReportService2005.ModelItem
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ModelItem
'Usage
Dim instance As ModelItem
[SerializableAttribute]
public class ModelItem
[SerializableAttribute]
public ref class ModelItem
[<SerializableAttribute>]
type ModelItem =  class end
public class ModelItem
The ModelItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Description | Gets the description of the model item. | 
| .gif) | ID | Gets the ID of the item in the model. | 
| .gif) | ModelItems | Gets the child model items for this model item. | 
| .gif) | Name | Gets the name of the item in the model. | 
| .gif) | Type | Gets the type of the model item. | 
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.