Token Class
Definition
- Namespace
- Sandcastle.Core.ConceptualContent
- Assembly
- Sandcastle.Core.dll
This represents a conceptual content token that can be used to insert a common item, value, or construct into topics.
public class Token : INotifyPropertyChanged
- Inheritance
-
Token
- Implements
Constructors
| Token() |
Constructor |
| Token(string, string) |
Constructor |
Properties
| IsSelected |
This is used to get or set whether or not the token is selected |
| TokenName |
This is used to get or set the token name |
| TokenValue |
This is used to get or set the token value |
Methods
| OnPropertyChanged(string) |
This raises the PropertyChanged event |
| ToToken() |
Convert the token to its |
Events
| PropertyChanged |
The property changed event |