| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
[SerializableAttribute] public struct AppointmentListInfo
<SerializableAttribute> _ Public Structure AppointmentListInfo
Dim instance As AppointmentList.AppointmentListInfo
[SerializableAttribute] public value class AppointmentListInfo
/** @attribute SerializableAttribute */ public final class AppointmentListInfo extends ValueType
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AllDay | ||
| AppliesToObjectID |
Object ID appointment applies to
| |
| AppliesToObjectType |
What object type this appointment applies to, can be single user
or another object type that represents a group of users
such as: region, sched user group etc etc
| |
| BackColorARGB |
Back color of appointment
could be workorder status or schedmarker colour
| |
| Details | ||
| EndDateTime | ||
| Equals(AppointmentList..::.AppointmentListInfo) |
@returns
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsEmpty |
true if there is nothing in this record
false if this record contains a valid appointment
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PriorityARGB | ||
| ServiceNumber |
Visible sequential workorder number of workorder
if this appointment is a scheduled workorder user
| |
| ShowPriorityFlag | ||
| SourceObjectID |
The ID of the schedulemarker or workorderitemscheduleduser object
| |
| SourceObjectType |
Type of appointment
either ScheduleMarker or WorkorderItemScheduledUser
| |
| StartDateTime | ||
| Subject |
Description of appointment, either a schedulemarker
description or a summary of the workorder
formatted according to the workorder
| |
| ToString()()() | Returns the fully qualified type name of this instance. (Inherited from ValueType.) | |
| WorkorderID |
ID of workorder if this appointment is a scheduled workorder user
| |
| WorkorderItemID |
ID of workorder item if this appointment is a scheduled workorder user
|