Table of Contents

ApiEntryType Enum

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

This public enumerated type defines the API entry types that can be removed from the reflection information file.

[Serializable]
public enum ApiEntryType

Fields

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