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)

Inheritance Hierarchy

System.Object
  Microsoft.Crm.Sdk.Messages.ProposalParty

Syntax

[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

Constructors

Name Description
System_CAPS_pubmethod ProposalParty()

Initializes a new instance of the ProposalParty class.

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

Properties

Name Description
System_CAPS_pubproperty DisplayName

Gets or sets the display name for the party.

System_CAPS_pubproperty EffortRequired

Gets or sets the percentage of time that is required to perform the service.

System_CAPS_pubproperty EntityName

Gets or sets the logical name of the type of entity that is represented by this party.

System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.

System_CAPS_pubproperty ResourceId

Gets or sets the ID of the resource that is represented by this party.

System_CAPS_pubproperty ResourceSpecId

Gets or sets the ID of the resource specification that is represented by this party.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

AppointmentProposal
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright