| ApiEntryType Enumeration |
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: 2014.11.22.0
Syntax [SerializableAttribute]
public enum ApiEntryType
<SerializableAttribute>
Public Enumeration ApiEntryType
[SerializableAttribute]
public enum class ApiEntryType
[<SerializableAttribute>]
type 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 |
See Also