ClassificationEntry Members


The ClassificationEntry type exposes the following members.

Constructors

Name Description
Public method ClassificationEntry
Constructs a ClassificationEntry object

Methods

Name Description
Public method Dispose (Inherited from KeyBasedTreeEntry .)
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method GetChildrenKeys
Gets a collection containing the keys of all children entry objects from this entry.
(Inherited from KeyBasedTreeEntry .)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method HasBadCategoryId
Checks if the category id is Revit BuiltInCategory id.
Public method HasBadLevel
Checks if the level is an integer in range between 1 and 5 inclusive.
Public method HasInvalidKey
Checks if the key matches the level and parent key.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)

Properties

Name Description
Public property CategoryId
The id of the category associated with this entry.
Public property Description
The description associated with this entry.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from KeyBasedTreeEntry .)
Public property Key
The key of this entry.
(Inherited from KeyBasedTreeEntry .)
Public property Level
The entry level in the classification table. The expected range is between 1 and 5 inclusive.
Public property ParentKey
The parent key of this entry.
(Inherited from KeyBasedTreeEntry .)

See Also