RevisionHistoryClass Class

This class demonstrates the revision history

Definition

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public class RevisionHistoryClass
Inheritance
Object    RevisionHistoryClass

Remarks

The revision history element can be used on the class and its members.

Constructors

RevisionHistoryClassInitializes a new instance of the RevisionHistoryClass class

Properties

Revision This property has revision history

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExampleMethod This method has revision history
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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

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