ProposalParty Class
Applies To: Dynamics CRM 2015
Represents a party (user, team, or resource) that is needed for the proposed appointment.
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 ref class ProposalParty sealed : IExtensibleDataObject
[<Sealed>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")>]
type ProposalParty =
class
interface IExtensibleDataObject
end
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
Public NotInheritable Class ProposalParty
Implements IExtensibleDataObject
Constructors
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. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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
© 2016 Microsoft. All rights reserved. Copyright