NamespaceSummaryItem Class
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This represents a a namespace summary item that can be used to add comments to a namespace in the help file or exclude it completely from the help file.
public class NamespaceSummaryItem : INotifyPropertyChanged
- Inheritance
-
NamespaceSummaryItem
- Implements
Constructors
| NamespaceSummaryItem(string, bool, bool, string) |
Constructor |
Properties
| IsDirty |
This read-only property can be used to determine if the namespace summary item was changed |
| IsDocumented |
This is used to get or set whether or not the namespace is included in the help file |
| IsGroup |
This read-only property is used to check whether or not this is a namespace group |
| Name |
This read-only property is used to get the namespace name |
| Summary |
This is used to get or set the namespace summary comments |
Methods
| ToString() |
Return the namespace name as the string representation of the object |
Events
| PropertyChanged |