ElementVersion members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the version number of a first class object (FCO).

The ElementVersion type exposes the following members.

Constructors

  Name Description
Public method ElementVersion() Initializes a new instance of the ElementVersion class.
Public method ElementVersion(Int32, Int32) Initializes a new instance of the ElementVersion class using the specified the major version and minor version number.

Top

Properties

  Name Description
Public property Major Gets or sets the major version number of the object.
Public property Minor Gets or sets the minor version number of the object.

Top

Methods

  Name Description
Public method Clone Performs a deep copy of this object.
Public method CompareTo Compares this object to another object for sorting purposes.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals(Object) (Inherited from Object.)
Public method Equals(ElementVersion) Compares this object to another object of the same type.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a string representation of the version number. (Overrides Object.ToString().)
Public method Validate Validates this object.

Top

See also

Reference

ElementVersion class

Microsoft.PerformancePoint.Scorecards namespace