Show / Hide Table of Contents

Class SimpleAppointmentInfo

Inheritance
Object
SimpleAppointmentInfo
Implements
IAppointmentInfo2
IAppointmentInfo
Namespace: SuperOffice.CRM.Entities.Providers
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
Type Description
Int32

AssociateId

Declaration
public int AssociateId { get; set; }
Property Value
Type Description
Int32

AssociateName

Declaration
public string AssociateName { get; set; }
Property Value
Type Description
String

AssociateOwnerName

Declaration
public string AssociateOwnerName { get; set; }
Property Value
Type Description
String

ContactId

Declaration
public int ContactId { get; set; }
Property Value
Type Description
Int32

ContactName

Declaration
public string ContactName { get; set; }
Property Value
Type Description
String

CreationDate

Declaration
public string CreationDate { get; set; }
Property Value
Type Description
String

CreationTime

Declaration
public string CreationTime { get; set; }
Property Value
Type Description
String

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
String

DescriptionLine

Declaration
public string DescriptionLine { get; set; }
Property Value
Type Description
String

EMail

Declaration
public string EMail { get; set; }
Property Value
Type Description
String

EndDate

Declaration
public string EndDate { get; set; }
Property Value
Type Description
String

EndTime

Declaration
public string EndTime { get; set; }
Property Value
Type Description
String

FreeBusy

Declaration
public string FreeBusy { get; set; }
Property Value
Type Description
String

ICalId

Declaration
public string ICalId { get; set; }
Property Value
Type Description
String

ICalPriority

Declaration
public int ICalPriority { get; set; }
Property Value
Type Description
Int32

InvitationClickText

Declaration
public string InvitationClickText { get; set; }
Property Value
Type Description
String

InvitationFormattedList

Declaration
public string InvitationFormattedList { get; set; }
Property Value
Type Description
String

InvitationUrl

Declaration
public string InvitationUrl { get; set; }
Property Value
Type Description
String

InvitedList

Declaration
public string InvitedList { get; set; }
Property Value
Type Description
String

InviteeId

Declaration
public int InviteeId { get; set; }
Property Value
Type Description
Int32

InviteeName

Declaration
public string InviteeName { get; set; }
Property Value
Type Description
String

IsMilestone

Declaration
public string IsMilestone { get; set; }
Property Value
Type Description
String

Location

Declaration
public string Location { get; set; }
Property Value
Type Description
String

MainRepeatingPattern

Declaration
public string MainRepeatingPattern { get; set; }
Property Value
Type Description
String

OldStartDate

Declaration
public string OldStartDate { get; set; }
Property Value
Type Description
String

OldStartTime

Declaration
public string OldStartTime { get; set; }
Property Value
Type Description
String

PersonId

Declaration
public int PersonId { get; set; }
Property Value
Type Description
Int32

PersonName

Declaration
public string PersonName { get; set; }
Property Value
Type Description
String

PreferredTZLocation

Declaration
public int PreferredTZLocation { get; set; }
Property Value
Type Description
Int32

Priority

Declaration
public string Priority { get; set; }
Property Value
Type Description
String

PriorityId

Declaration
public int PriorityId { get; set; }
Property Value
Type Description
Int32

ProjectId

Declaration
public int ProjectId { get; set; }
Property Value
Type Description
Int32

ProjectName

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
String

PublishEndDate

Declaration
public string PublishEndDate { get; set; }
Property Value
Type Description
String

PublishStartDate

Declaration
public string PublishStartDate { get; set; }
Property Value
Type Description
String

RepeatingAppointmentId

Declaration
public int RepeatingAppointmentId { get; set; }
Property Value
Type Description
Int32

RepeatingEndDate

Declaration
public string RepeatingEndDate { get; set; }
Property Value
Type Description
String

RepeatingPattern

Declaration
public string RepeatingPattern { get; set; }
Property Value
Type Description
String

RepeatingPatternEnd

Declaration
public string RepeatingPatternEnd { get; set; }
Property Value
Type Description
String

RepeatingPatternText

Declaration
public string RepeatingPatternText { get; set; }
Property Value
Type Description
String

RepeatingPatternText2

Declaration
public string RepeatingPatternText2 { get; set; }
Property Value
Type Description
String

RepeatingPatternWeekStart

Declaration
public string RepeatingPatternWeekStart { get; set; }
Property Value
Type Description
String

RepeatingStartDate

Declaration
public string RepeatingStartDate { get; set; }
Property Value
Type Description
String

RepeatingTooltip

Declaration
public string RepeatingTooltip { get; set; }
Property Value
Type Description
String

StartDate

Declaration
public string StartDate { get; set; }
Property Value
Type Description
String

StartDateLabel

Declaration
public string StartDateLabel { get; set; }
Property Value
Type Description
String

StartDateTimeAndDuration

Declaration
public string StartDateTimeAndDuration { get; set; }
Property Value
Type Description
String

StartTime

Declaration
public string StartTime { get; set; }
Property Value
Type Description
String

State

Declaration
public string State { get; set; }
Property Value
Type Description
String

SubRepeatingPattern

Declaration
public string SubRepeatingPattern { get; set; }
Property Value
Type Description
String

SuggestedAppointmentId

Declaration
public int SuggestedAppointmentId { get; set; }
Property Value
Type Description
Int32

Type

Declaration
public string Type { get; set; }
Property Value
Type Description
String

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
Type Description
InfoUdefDict

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
Type Description
InfoUdefDict

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
Type Description
InfoUdefDict

UpdatedCount

Declaration
public int UpdatedCount { get; set; }
Property Value
Type Description
Int32

UpdatedDate

Declaration
public string UpdatedDate { get; set; }
Property Value
Type Description
String

UpdatedTime

Declaration
public string UpdatedTime { get; set; }
Property Value
Type Description
String

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
Type Description
Double

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
Type Description
Int32

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
Type Description
String

Implements

IAppointmentInfo2
IAppointmentInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top