ApiDocEntityInfo Type
High-level information about a module definition
Constructors
Constructor |
Description
|
Full Usage:
ApiDocEntityInfo(entity, collection, ns, parent)
Parameters:
ApiDocEntity
collection : ApiDocCollection
ns : ApiDocNamespace
parent : ApiDocEntity option
Returns: ApiDocEntityInfo
|
|
Instance members
Instance member |
Description
|
|
The collection of assemblies the entity belongs to
|
|
The actual entity
|
|
The namespace the entity belongs to
|
|
The parent module, if any.
|