AppointmentProposal Class

Definition

Represents a proposed appointment time and date as a result of the SearchRequest message.

public ref class AppointmentProposal sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class AppointmentProposal : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type AppointmentProposal = class
    interface IExtensibleDataObject
Public NotInheritable Class AppointmentProposal
Implements IExtensibleDataObject
Inheritance
AppointmentProposal
Attributes
Implements

Remarks

For the Web API the corresponding type is AppointmentProposal complex type.

Constructors

AppointmentProposal()

Initializes a new instance of the AppointmentProposal class.

AppointmentProposal(Nullable<DateTime>, Nullable<DateTime>, Guid, String, ProposalParty[])

Initializes a new instance of the AppointmentProposal class setting the start, end, site ID, site name, and proposal parties.

Properties

End

Gets or sets the proposed appointment end date and time.

ExtensionData

Gets or sets the structure that contains extra data.

ProposalParties

Gets or sets an array of parties needed for the proposed appointment.

SiteId

Gets or sets the ID of the site for the proposed appointment.

SiteName

Gets or sets the name of the site for the proposed appointment.

Start

Gets or sets the proposed appointment start date and time.

Applies to

See also