public class NamespaceSummaryItem : INotifyPropertyChanged
Public Class NamespaceSummaryItem
Implements INotifyPropertyChanged
public ref class NamespaceSummaryItem : INotifyPropertyChanged
type NamespaceSummaryItem =
class
interface INotifyPropertyChanged
end
NamespaceSummaryItem | Constructor |
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 |
Equals | Determines whether the specified object is equal to the current object. (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 the default hash function. (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) |
ToString |
Return the namespace name as the string representation of the object
(Overrides ObjectToString) |
PropertyChanged | Occurs when a property value changes. |