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.

Constructors

  Name Description
Public method ModelItem Initializes a new instance of the ModelItem class.

Top

Properties

  Name Description
Public property Description Gets the description of the model item.
Public property ID Gets the ID of the item in the model.
Public property ModelItems Gets the child model items for this model item.
Public property Name Gets the name of the item in the model.
Public property Type Gets the type of the model item.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Examples

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.

See Also

Reference