Compartir a través de


ProposalParty Constructors

Definition

Overloads

ProposalParty()

Initializes a new instance of the ProposalParty class.

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

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.

ProposalParty()

Initializes a new instance of the ProposalParty class.

public:
 ProposalParty();
public ProposalParty ();
Public Sub New ()

Applies to

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

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.

public:
 ProposalParty(Guid resourceId, Guid resourceSpecId, System::String ^ displayName, System::String ^ entityName, double effortRequired);
public ProposalParty (Guid resourceId, Guid resourceSpecId, string displayName, string entityName, double effortRequired);
new Microsoft.Crm.Sdk.Messages.ProposalParty : Guid * Guid * string * string * double -> Microsoft.Crm.Sdk.Messages.ProposalParty
Public Sub New (resourceId As Guid, resourceSpecId As Guid, displayName As String, entityName As String, effortRequired As Double)

Parameters

resourceId
Guid

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

resourceSpecId
Guid

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

displayName
String

The display name for the party.

entityName
String

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

effortRequired
Double

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

Applies to