TimeInfo Class
Applies To: Dynamics CRM 2015
Specifies a set of time blocks with appointment information.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.Messages.TimeInfo
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class TimeInfo : IExtensibleDataObject
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public ref class TimeInfo sealed : IExtensibleDataObject
[<Sealed>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")>]
type TimeInfo =
class
interface IExtensibleDataObject
end
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
Public NotInheritable Class TimeInfo
Implements IExtensibleDataObject
Constructors
Name | Description | |
---|---|---|
TimeInfo() | Initializes a new instance of theTimeInfo class. |
Properties
Name | Description | |
---|---|---|
ActivityStatusCode | Gets or sets the status of the activity. |
|
CalendarId | Gets or sets the ID of the calendar for this block of time. |
|
DisplayText | Gets or sets the display text shown in the calendar for the time block. |
|
Effort | Gets or sets the amount of effort required for this block of time. |
|
End | Gets or sets the end time for the block. |
|
ExtensionData | Gets or sets the structure that contains extra data. |
|
IsActivity | Gets or sets the value that indicates whether the block of time refers to an activity. |
|
SourceId | Gets or sets the ID of the record referred to in the time block. |
|
SourceTypeCode | Gets or sets the type of entity referred to in the time block. |
|
Start | Gets or sets the start time for the block. |
|
SubCode | Gets or sets information about the time block such as whether it is an appointment, break, or holiday. |
|
TimeCode | Gets or sets the value that indicates whether the time block is available, busy, filtered or unavailable. |
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
ExpandCalendarResponse
QueryMultipleSchedulesResponse
QueryScheduleResponse
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright