ModelItem Members

Include Protected Members
Include Inherited Members

Provides the semantic definition of the model item.

The ModelItem type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals(Object) (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

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