Click or drag to resize

INamedCodeObject Interface

This interface is implemented by all CodeObjects that have a Name property, and can be referenced symbolically.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public interface INamedCodeObject

The INamedCodeObject type exposes the following members.

Properties
  NameDescription
Public propertyCategory
The descriptive category of the CodeObject.
Public propertyName
The name of the CodeObject.
Top
Methods
  NameDescription
Public methodAddToDictionary
Add the CodeObject to the specified dictionary.
Public methodCreateRef
Create a reference to the CodeObject.
Public methodFindParentT
Find the parent object of the specified type.
Public methodGetFullName
Get the full name of the INamedCodeObject, including any namespace name.
Public methodRemoveFromDictionary
Remove the CodeObject from the specified dictionary.
Top
Remarks
See Also