ElementVersion Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
ElementVersion() | Initializes a new instance of the ElementVersion class. | |
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 | |
---|---|---|
Major | Gets or sets the major version number of the object. | |
Minor | Gets or sets the minor version number of the object. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CompareTo | Compares this object to another object for sorting purposes. | |
Diff | Compares this object with another object and returns the differences. | |
Equals(Object) | (Inherited from Object.) | |
Equals(ElementVersion) | Compares this object to another object of the same type. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string representation of the version number. (Overrides Object.ToString().) | |
Validate | Validates this object. |
Top