-
Notifications
You must be signed in to change notification settings - Fork 0
ApiEntity
Philemon Eichin edited this page Mar 5, 2018
·
2 revisions
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. |