BpmProperty members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the base class for all properties.

The BpmProperty type exposes the following members.

Constructors

  Name Description
Protected method BpmProperty Called from constructors in derived classes to initialize the BpmProperty class.

Top

Properties

  Name Description
Public property Description Gets or sets the description for the property.
Public property DisplayName Gets or sets the display name for this property.
Public property Required Gets or sets a Boolean value that indicates whether the development environment enforces a value.
Public property UniqueName Gets or sets the unique name for the property.
Public property Visible Indicates whether the property is exposed in PerformancePoint Dashboard Designer.

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 CopyFrom Copies from another object.
Public methodStatic member CreateEffectiveDatePropertyUniqueName Returns the effective date unique name for the property.
Public methodStatic member CreateInternalPropertyUniqueName Returns the internal unique name for the property.
Public method Diff Compares this object with another object and returns the differences.
Protected method DiffProperty Compares this object with another object and returns the differences.
Public method Equals Compares this object to another object. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetFieldsString Returns a concatenated string of this object's fields.
Public method GetHashCode Gets the hash code for this object. (Overrides Object.GetHashCode().)
Public methodStatic member GetStringValue Returns a string representation of the specified object.
Public method GetType (Inherited from Object.)
Protected method InternalCopyFrom Copies from another object.
Public method IsInternalProperty() Determines whether this property is internal.
Public methodStatic member IsInternalProperty(String) Determines whether a specified property is internal.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Validate Validates this object.

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two objects are equal.
Public operatorStatic member GreaterThan Determines whether one object is greater than another object.
Public operatorStatic member Inequality Determines whether two objects are not equal.
Public operatorStatic member LessThan Determines whether one object is less than another object.

Top

See also

Reference

BpmProperty class

Microsoft.PerformancePoint.Scorecards namespace