BpmMessage constructor (String, RepositoryLocation, String, BpmMessageAction, String, Object)
Initializes a new instance of the BpmMessage class with the specified properties.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
loc As RepositoryLocation, _
type As String, _
action As BpmMessageAction, _
login As String, _
element As Object _
)
'Usage
Dim name As String
Dim loc As RepositoryLocation
Dim type As String
Dim action As BpmMessageAction
Dim login As String
Dim element As Object
Dim instance As New BpmMessage(name, loc, _
type, action, login, element)
public BpmMessage(
string name,
RepositoryLocation loc,
string type,
BpmMessageAction action,
string login,
Object element
)
Parameters
name
Type: System.StringThe name of the object that received the action.
loc
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocationThe location of the object (that received the action) in the repository.
type
Type: System.StringThe type of object that received the action.
action
Type: Microsoft.PerformancePoint.Scorecards.BpmMessageActionThe action that was performed.
login
Type: System.StringThe user account that performed the action.
element
Type: System.ObjectThe first class object (FCO) or annotation that received the action.