ProposalParty Class
Updated: November 29, 2016
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.
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
| 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.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

