DocumentationModelType Enum
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Represents the type of a documentation model.
public enum DocumentationModelTypeFields
| Name | Value | Description |
|---|---|---|
| Topic | 0 | The model represents a documentation topic. |
| Namespace | 1 | The model represents a namespace. |
| Class | 2 | The model represents a class type. |
| Struct | 3 | The model represents a struct type. |
| Interface | 4 | The model represents an interface type. |
| Enum | 5 | The model represents an enum type. |
| Delegate | 6 | The model represents a delegate type. |
| Field | 7 | The model represents a field member. |
| Constructor | 8 | The model represents a constructor member or overloads. |
| Property | 9 | The model represents a property member or overloads. |
| Method | 10 | The model represents a method member or overloads. |
| Event | 11 | The model represents an event member. |
| Operator | 12 | The model represents an operator member or overloads. |
