ModelItem Class
Provides the semantic definition of the model item.
Inheritance Hierarchy
System.Object
ReportService2010.ModelItem
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.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.
Constructors
Name | Description | |
---|---|---|
ModelItem | Initializes a new instance of the ModelItem class. |
Top
Properties
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. | |
ModelItemTypeName | Gets the type of the model item. | |
Name | Gets the name of the item in the model. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
This class is used when listing model items with the ModelCatalogItem class.
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.