ProposalParty Class
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Represents a party (user, team, or resource) that is needed for the proposed appointment.
For the Web API the corresponding type is ProposalParty ComplexType.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
System.Object
Microsoft.Crm.Sdk.Messages.ProposalParty
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class ProposalParty : IExtensibleDataObject
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
Public NotInheritable Class ProposalParty
Implements IExtensibleDataObject
Name | Description | |
---|---|---|
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. |
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name for the party. |
|
EffortRequired | Gets or sets the percentage of time that is required to perform the service. |
|
EntityName | Gets or sets the logical name of the type of entity that is represented by this party. |
|
ExtensionData | Gets or sets the structure that contains extra data. |
|
ResourceId | Gets or sets the ID of the resource that is represented by this party. |
|
ResourceSpecId | Gets or sets the ID of the resource specification that is represented by this party. |
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
AppointmentProposal
Microsoft.Crm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright