ProposalParty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a party (user, team, or resource) that is needed for the proposed appointment.
For the Web API the corresponding type is ProposalParty ComplexType.
public ref class ProposalParty sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class ProposalParty : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type ProposalParty = class
interface IExtensibleDataObject
Public NotInheritable Class ProposalParty
Implements IExtensibleDataObject
- Inheritance
-
ProposalParty
- Attributes
- Implements
Constructors
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
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. |