ModelItem Class
Provides the semantic definition of the model item.
Assembly: ReportService2006 (in ReportService2006.dll)
| Name | Description | |
|---|---|---|
![]() | ModelItem() | Initializes a new instance of the ModelItem class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets the description of the model item. |
![]() | ID | Gets the ID of the item in the model. |
![]() | ModelItems | Gets the child model items for this model item. |
![]() | Name | Gets the name of the item in the model. |
![]() | Type | Gets the type of the model item. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is used when listing model items with the ModelCatalogItem class.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


