ResourceItem Class
Definition
- Assembly
- Sandcastle.Core.dll
This represents a Sandcastle transformation resource item that can be used to insert a common item, value, or construct into generated topics.
public class ResourceItem : INotifyPropertyChanged
- Inheritance
-
ResourceItem
- Implements
Constructors
| ResourceItem(string, string, string, bool) |
Constructor |
Properties
| Id |
This read-only property is used to get the item ID |
| IsOverridden |
This is used to get or set whether or not the item has been edited and thus overrides a default item with the same ID. |
| IsSelected |
This is used to get or set whether or not the entity is selected |
| SourceFile |
This is used to get or set the name of the file containing the resource item |
| Value |
This is used to get or set the item value |
Methods
| OnPropertyChanged(string) |
This raises the PropertyChanged event |
Events
| PropertyChanged |
The property changed event |