ResourceItem Class

This represents a Sandcastle transformation resource item that can be used to insert a common item, value, or construct into generated topics.

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public class ResourceItem : INotifyPropertyChanged
Inheritance
Object    ResourceItem
Implements
INotifyPropertyChanged

Constructors

ResourceItem 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

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged This raises the PropertyChanged event
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged The property changed event

See Also