ApiEntity - phirSOFT/ApiDiff GitHub Wiki
The ApiEntity
class is the base class of all api entities like classes, structs and interfaces. It provides the following properties:
Property | Description |
---|---|
Attributes | All attributes associates with this entity |
FullName | The name of the entity including the namespace. |
Name | The name of the entity. This contains no namespace information |
Namespace | The namespace of the entity, without its own name. |
FullName | The name of the entity including the namespace. |