|  | ResourceItem Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: SandcastleBuilder.Utils.ConceptualContent
 Syntax
SyntaxThe ResourceItem type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ResourceItem | 
            Constructor
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | OnPropertyChanged | 
            This raises the PropertyChanged event
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | 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
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | PropertyChanged | 
            The property changed event
             | 
 See Also
See Also