This public enumerated type defines the API entry types that can be
removed from the reflection information file.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum ApiEntryType |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration ApiEntryType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | An unknown entry | |
| Namespace | 1 | A namespace | |
| Class | 2 | A class | |
| Structure | 3 | An interface | |
| Interface | 4 | An interface | |
| Enumeration | 5 | An enumeration | |
| Delegate | 6 | A delegate | |
| Constructor | 7 | A constructor | |
| Method | 8 | A method | |
| Operator | 9 | An operator | |
| Property | 10 | A property | |
| Event | 11 | An event | |
| Field | 12 | A field |