ApiMemberGroup Enumeration

This enumerated type represents the groups and subgroups to which an API member can belong

Definition

Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
[SerializableAttribute]
public enum ApiMemberGroup

Members

None0 Not specified
Unknown1 An unknown value was encountered
Root2 Root namespace container (R:)
RootGroup3 Root group namespace container (G:)
Namespace4 A namespace (N:NamespaceName)
NamespaceGroup5 A namespace group (G:NamespaceGroupName)
Type6 A type
Member7 A type member
Class8 A class
Structure9 A structure
Interface10 An interface
Enumeration11 An enumeration
Constructor12 Constructor
Property13 A property
Method14 A method
Event15 An event
Delegate16 A delegate
Field17 A field
Operator18 An operator
Extension19 An extension method
AttachedProperty20 An attached property
AttachedEvent21 An attached event
List22 A member list topic
Api23 An API member
Properties24 A properties list topic
Methods25 A methods list topic
Overload26 An overloads list topic
Operators27 An operators list topic
Events28 An events list topic
Fields29 A fields list topic
AttachedProperties30 An attached properties list topic
AttachedEvents31 An attached events list topic
ExplicitInterfaceImplementation32 Explicit interface implementation. This one is just for classifying members when rendering member lists.

See Also