Revision History Class Class
This class demonstrates the revision history
Definition
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public class RevisionHistoryClassVB
Public Class RevisionHistoryClassC++
public ref class RevisionHistoryClassF#
type RevisionHistoryClass = class end- Inheritance
- Object RevisionHistoryClass
Remarks
The revision history element can be used on the class and its
members.
Constructors
| RevisionHistoryClass | Initializes a new instance of the RevisionHistoryClass class |
Properties
| Revision | This property has revision history |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| ExampleMethod | This method has revision history |
| 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 | Returns a string that represents the current object. (Inherited from Object) |
Revision History
| Date | Version | Description |
|---|---|---|
| 04/11/2014 | 9.0.1.0 | This revision will be displayed since the "visible" attribute is not present (i.e. default). |
| 04/12/2014 | 9.0.1.1 | This revision will be displayed due to it's "visible=true" attribute setting. |
| 04/20/2014 | 9.0.1.3 | This revision will be displayed since the "visible" attribute is not present (i.e. default). Other XML comments elements are supported here and can be used as in a remarks section to add additional details.
|