DocumentationModelType Enum

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Represents the type of a documentation model.
public enum DocumentationModelType
Inheritance

Fields

NameValueDescription
Topic0The model represents a documentation topic.
Namespace1The model represents a namespace.
Class2The model represents a class type.
Struct3The model represents a struct type.
Interface4The model represents an interface type.
Enum5The model represents an enum type.
Delegate6The model represents a delegate type.
Field7The model represents a field member.
Constructor8The model represents a constructor member or overloads.
Property9The model represents a property member or overloads.
Method10The model represents a method member or overloads.
Event11The model represents an event member.
Operator12The model represents an operator member or overloads.