INamedCodeObject Interface |
Namespace: Nova.CodeDOM
public interface INamedCodeObject
The INamedCodeObject type exposes the following members.
Name | Description | |
---|---|---|
Category |
The descriptive category of the CodeObject.
| |
Name |
The name of the CodeObject.
|
Name | Description | |
---|---|---|
AddToDictionary |
Add the CodeObject to the specified dictionary.
| |
CreateRef |
Create a reference to the CodeObject.
| |
FindParentT |
Find the parent object of the specified type.
| |
GetFullName |
Get the full name of the INamedCodeObject, including any namespace name.
| |
RemoveFromDictionary |
Remove the CodeObject from the specified dictionary.
|