BpmMessage Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the information about an event that occurred.
The BpmMessage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BpmMessage() | Initializes a new instance of the BpmMessage class. | |
BpmMessage(String, RepositoryLocation, String, BpmMessageAction, String, Object) | Initializes a new instance of the BpmMessage class with the specified properties. |
Top
Properties
Name | Description | |
---|---|---|
Action | Gets or sets the action that was performed on the object. | |
Element | Gets or sets the first class object (FCO) or annotation that received the action. | |
Location | Gets or sets the location of the object in the repository. | |
Login | Gets or sets the user who performed the action. | |
Name | Gets or sets the name of the object. | |
Type | Gets or sets the type of object that received the action. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top