BpmPropertyDate Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a date property.
The BpmPropertyDate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BpmPropertyDate | Initializes a new instance of the BpmPropertyDate class. |
Top
Properties
Name | Description | |
---|---|---|
Date | Gets or sets the value. | |
Description | Gets or sets the description for the property. (Inherited from BpmProperty.) | |
DisplayName | Gets or sets the display name for this property. (Inherited from BpmProperty.) | |
Required | Gets or sets a Boolean value that indicates whether the development environment enforces a value. (Inherited from BpmProperty.) | |
UniqueName | Gets or sets the unique name for the property. (Inherited from BpmProperty.) | |
Visible | Indicates whether the property is exposed in PerformancePoint Dashboard Designer. (Inherited from BpmProperty.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep clone of this object. (Overrides BpmProperty.Clone().) | |
CompareTo | Compares this object to another object for sorting purposes. (Overrides BpmProperty.CompareTo(Object).) | |
CopyFrom | Copies from another object. (Overrides BpmProperty.CopyFrom(BpmProperty).) | |
Diff | Compares this object with another object and returns the differences. (Inherited from BpmProperty.) | |
DiffProperty | Compares this object with another object and returns the differences. (Overrides BpmProperty.DiffProperty(BpmProperty).) | |
Equals | Compares this object to another object. (Inherited from BpmProperty.) | |
Finalize | (Inherited from Object.) | |
GetFieldsString | Returns a concatenated string of this object's fields. (Overrides BpmProperty.GetFieldsString().) | |
GetHashCode | Gets the hash code for this object. (Inherited from BpmProperty.) | |
GetType | (Inherited from Object.) | |
InternalCopyFrom | Copies from another object. (Inherited from BpmProperty.) | |
IsInternalProperty() | Determines whether this property is internal. (Inherited from BpmProperty.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the string representation of this object. (Overrides Object.ToString().) | |
Validate | Validates this object. (Inherited from BpmProperty.) |
Top