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

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

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

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright