RevisionHistoryClass Class

Sandcastle XML Comments

Sandcastle XML Comments GuideRevisionHistoryClass Class
This class demonstrates the revision history
Inheritance Hierarchy
SystemObject  XMLCommentsExamplesRevisionHistoryClass

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public class RevisionHistoryClass
Public Class RevisionHistoryClass
public ref class RevisionHistoryClass
type RevisionHistoryClass =  class end

The RevisionHistoryClass type exposes the following members.

Constructors
  NameDescription
Public methodRevisionHistoryClass
Initializes a new instance of the RevisionHistoryClass class
Top
Properties
  NameDescription
Public propertyRevision
This property has revision history
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExampleMethod
This method has revision history
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
The revision history element can be used on the class and its members.
Revision History
DateVersionDescription
04/11/20149.0.1.0This revision will be displayed since the "visible" attribute is not present (i.e. default).
04/12/20149.0.1.1This revision will be displayed due to it's "visible=true" attribute setting.
04/20/20149.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.

  • Point #1
  • Point #2
  • Point #3
See Also