ProposalParty Constructor (Guid, Guid, String, String, Double)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the ProposalParty class that sets the resource and resource specification IDs, the display and entity names, and the required effort, as measured by percentage of time.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public ProposalParty(
    Guid resourceId,
    Guid resourceSpecId,
    string displayName,
    string entityName,
    double effortRequired
)
public:
ProposalParty(
    Guid resourceId,
    Guid resourceSpecId,
    String^ displayName,
    String^ entityName,
    double effortRequired
)
new : 
        resourceId:Guid *
        resourceSpecId:Guid *
        displayName:string *
        entityName:string *
        effortRequired:float -> ProposalParty
Public Sub New (
    resourceId As Guid,
    resourceSpecId As Guid,
    displayName As String,
    entityName As String,
    effortRequired As Double
)

Parameters

  • resourceId
    Type: System.Guid

    Type: Guid. The ID of the resource that is represented by this party.

  • resourceSpecId
    Type: System.Guid

    Type: Guid. The ID of the resource specification that is represented by this party.

  • entityName
    Type: System.String

    Type: String. The logical name of the type of entity that is represented by this party.

  • effortRequired
    Type: System.Double

    Type: Double. The percentage of time that is required to perform the service.

See Also

ProposalParty Overload
ProposalParty Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright