BpmProperty Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
BpmProperty | Called from constructors in derived classes to initialize the BpmProperty class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the description for the property. | |
DisplayName | Gets or sets the display name for this property. | |
Required | Gets or sets a Boolean value that indicates whether the development environment enforces a value. | |
UniqueName | Gets or sets the unique name for the property. | |
Visible | Indicates whether the property is exposed in PerformancePoint Dashboard Designer. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CompareTo | Compares this object to another object for sorting purposes. | |
CopyFrom | Copies from another object. | |
CreateEffectiveDatePropertyUniqueName | Returns the effective date unique name for the property. | |
CreateInternalPropertyUniqueName | Returns the internal unique name for the property. | |
Diff | Compares this object with another object and returns the differences. | |
DiffProperty | Compares this object with another object and returns the differences. | |
Equals | Compares this object to another object. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetFieldsString | Returns a concatenated string of this object's fields. | |
GetHashCode | Gets the hash code for this object. (Overrides Object.GetHashCode().) | |
GetStringValue | Returns a string representation of the specified object. | |
GetType | (Inherited from Object.) | |
InternalCopyFrom | Copies from another object. | |
IsInternalProperty() | Determines whether this property is internal. | |
IsInternalProperty(String) | Determines whether a specified property is internal. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two objects are equal. | |
GreaterThan | Determines whether one object is greater than another object. | |
Inequality | Determines whether two objects are not equal. | |
LessThan | Determines whether one object is less than another object. |
Top