Class VideoMeetingHelper.SoAppointment
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public class SoAppointment : Object
Constructors
SoAppointment()
Declaration
public SoAppointment()
Properties
IcsData
Declaration
public string IcsData { get; set; }
Property Value
Type | Description |
---|---|
String |
MeetingId
Declaration
public string MeetingId { get; set; }
Property Value
Type | Description |
---|---|
String |
SoAppointmentId
Declaration
public int SoAppointmentId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)