BpmProperty Members (Microsoft.PerformancePoint.Scorecards)

Represents the base class for all properties.

The following tables list the members exposed by the BpmProperty type.

Protected Constructors

  Name Description
Protected method BpmProperty Initializes a new instance of the BpmProperty class.

Top

Public Properties

  Name Description
Public property Description The description for the property.
Public property DisplayName The display name for this property.
Public property Required If true, the development environment will enforce a value.
Public property UniqueName The unique name for the property. Used internally.
Public property Visible Indicates if the value is exposed in the client UI.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Clone Performs a deep clone of the object.
Public method CompareTo Compares the property to another property.
Public method CopyFrom Copies the values from another property to this property.
Public methodStatic CreateEffectiveDatePropertyUniqueName Used by the system to create the effective date property.
Public methodStatic CreateInternalPropertyUniqueName Used by the system to create an internal property.
Public method Diff Compares this object with another object and returns the differences.
Public method Equals  Overloaded. (inherited from Object)
Public method GetFieldsString Gets the concatenated string of this object's fields.
Public method GetHashCode  (inherited from Object)
Public methodStatic GetStringValue Gets the string representation of a BpmProperty.
Public method GetType  (inherited from Object)
Public method IsInternalProperty Overloaded. Indicates if the property is internal.
Public methodStatic ReferenceEquals  (inherited from Object)
Public method ToString  (inherited from Object)
Public method Validate Validates this object.

Top

Protected Methods

  Name Description
Protected method DiffProperty Compares this object with another object and returns the differences.
Protected method Finalize  (inherited from Object)
Protected method InternalCopyFrom Copies from another object.
Protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

BpmProperty Class
Microsoft.PerformancePoint.Scorecards Namespace