Share via


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.String

    The name of the object that received the action.

  • type
    Type: System.String

    The type of object that received the action.

  • login
    Type: System.String

    The user account that performed the action.

  • element
    Type: System.Object

    The first class object (FCO) or annotation that received the action.

See also

Reference

BpmMessage class

BpmMessage members

BpmMessage overload

Microsoft.PerformancePoint.Scorecards namespace