Class SimpleAppointmentInfo
Inheritance
SimpleAppointmentInfo
Assembly: SoDataBase.dll
Syntax
public class SimpleAppointmentInfo : Object, IAppointmentInfo2, IAppointmentInfo
Constructors
SimpleAppointmentInfo()
Declaration
public SimpleAppointmentInfo()
Properties
AppointmentId
Declaration
public int AppointmentId { get; set; }
Property Value
AssociateId
Declaration
public int AssociateId { get; set; }
Property Value
AssociateName
Declaration
public string AssociateName { get; set; }
Property Value
AssociateOwnerName
Declaration
public string AssociateOwnerName { get; set; }
Property Value
Declaration
public int ContactId { get; set; }
Property Value
Declaration
public string ContactName { get; set; }
Property Value
CreationDate
Declaration
public string CreationDate { get; set; }
Property Value
CreationTime
Declaration
public string CreationTime { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DescriptionLine
Declaration
public string DescriptionLine { get; set; }
Property Value
EMail
Declaration
public string EMail { get; set; }
Property Value
EndDate
Declaration
public string EndDate { get; set; }
Property Value
EndTime
Declaration
public string EndTime { get; set; }
Property Value
FreeBusy
Declaration
public string FreeBusy { get; set; }
Property Value
ICalId
Declaration
public string ICalId { get; set; }
Property Value
ICalPriority
Declaration
public int ICalPriority { get; set; }
Property Value
InvitationClickText
Declaration
public string InvitationClickText { get; set; }
Property Value
Declaration
public string InvitationFormattedList { get; set; }
Property Value
InvitationUrl
Declaration
public string InvitationUrl { get; set; }
Property Value
InvitedList
Declaration
public string InvitedList { get; set; }
Property Value
InviteeId
Declaration
public int InviteeId { get; set; }
Property Value
InviteeName
Declaration
public string InviteeName { get; set; }
Property Value
IsMilestone
Declaration
public string IsMilestone { get; set; }
Property Value
Location
Declaration
public string Location { get; set; }
Property Value
MainRepeatingPattern
Declaration
public string MainRepeatingPattern { get; set; }
Property Value
OldStartDate
Declaration
public string OldStartDate { get; set; }
Property Value
OldStartTime
Declaration
public string OldStartTime { get; set; }
Property Value
PersonId
Declaration
public int PersonId { get; set; }
Property Value
PersonName
Declaration
public string PersonName { get; set; }
Property Value
PreferredTZLocation
Declaration
public int PreferredTZLocation { get; set; }
Property Value
Priority
Declaration
public string Priority { get; set; }
Property Value
PriorityId
Declaration
public int PriorityId { get; set; }
Property Value
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
ProjectName
Declaration
public string ProjectName { get; set; }
Property Value
PublishEndDate
Declaration
public string PublishEndDate { get; set; }
Property Value
PublishStartDate
Declaration
public string PublishStartDate { get; set; }
Property Value
RepeatingAppointmentId
Declaration
public int RepeatingAppointmentId { get; set; }
Property Value
RepeatingEndDate
Declaration
public string RepeatingEndDate { get; set; }
Property Value
RepeatingPattern
Declaration
public string RepeatingPattern { get; set; }
Property Value
RepeatingPatternEnd
Declaration
public string RepeatingPatternEnd { get; set; }
Property Value
RepeatingPatternText
Declaration
public string RepeatingPatternText { get; set; }
Property Value
RepeatingPatternText2
Declaration
public string RepeatingPatternText2 { get; set; }
Property Value
RepeatingPatternWeekStart
Declaration
public string RepeatingPatternWeekStart { get; set; }
Property Value
RepeatingStartDate
Declaration
public string RepeatingStartDate { get; set; }
Property Value
Declaration
public string RepeatingTooltip { get; set; }
Property Value
StartDate
Declaration
public string StartDate { get; set; }
Property Value
StartDateLabel
Declaration
public string StartDateLabel { get; set; }
Property Value
StartDateTimeAndDuration
Declaration
public string StartDateTimeAndDuration { get; set; }
Property Value
StartTime
Declaration
public string StartTime { get; set; }
Property Value
State
Declaration
public string State { get; set; }
Property Value
SubRepeatingPattern
Declaration
public string SubRepeatingPattern { get; set; }
Property Value
SuggestedAppointmentId
Declaration
public int SuggestedAppointmentId { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
UdefDecimal
Set the value of a user-defined DECIMAL field, identified by the field number (1-10)
Declaration
public InfoUdefDict UdefDecimal { get; set; }
Property Value
UdefInt
Set the value of a user-defined INT field, identified by the field number (1-60)
Declaration
public InfoUdefDict UdefInt { get; set; }
Property Value
UdefString
Set the value of a user-defined STRING field, identified by the field number.
Number 1-40 are short strings, 41-49 are long strings
Declaration
public InfoUdefDict UdefString { get; set; }
Property Value
UpdatedCount
Declaration
public int UpdatedCount { get; set; }
Property Value
UpdatedDate
Declaration
public string UpdatedDate { get; set; }
Property Value
UpdatedTime
Declaration
public string UpdatedTime { get; set; }
Property Value
Methods
GetUserDefinedDecimal(Int32)
User-defined field 1-10 of the decimal (.NET double) number type.
Declaration
public string GetUserDefinedDecimal(int fieldNo)
Parameters
Type |
Name |
Description |
Int32 |
fieldNo |
Field number (1-10).
|
Returns
Type |
Description |
String |
User-defined field value.
|
GetUserDefinedDecimal(String)
NOT SUPPORTED: Get the decimal udef value based on the prog.id name of the udef field.
Declaration
public double GetUserDefinedDecimal(string progId)
Parameters
Type |
Name |
Description |
String |
progId |
|
Returns
GetUserDefinedInt(Int32)
Get user-defined field 1-60 of the whole (.NET Int32) number type.
Declaration
public string GetUserDefinedInt(int fieldNo)
Parameters
Type |
Name |
Description |
Int32 |
fieldNo |
Field number (1-60).
|
Returns
Type |
Description |
String |
User-defined field value.
|
GetUserDefinedInt(String)
NOT SUPPORTED: Get the int udef value based on the prog.id name of the udef field.
Declaration
public int GetUserDefinedInt(string progId)
Parameters
Type |
Name |
Description |
String |
progId |
|
Returns
GetUserDefinedString(Int32)
Get user-defined field 1-49 of the text (.NET string) type.
Declaration
public string GetUserDefinedString(int fieldNo)
Parameters
Type |
Name |
Description |
Int32 |
fieldNo |
Field number (1-39).
|
Returns
Type |
Description |
String |
User-defined field value.
|
GetUserDefinedString(String)
NOT SUPPORTED: Get the string udef value based on the prog.id name of the udef field.
Declaration
public string GetUserDefinedString(string progId)
Parameters
Type |
Name |
Description |
String |
progId |
|
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)