Show / Hide Table of Contents

Class Invitation

Inheritance
Object
Invitation
Implements
IWebObject
IPlugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Invitation")]
public class Invitation : IWebObject, IPlugin

Constructors

Invitation()

Declaration
public Invitation()

Methods

SetAlarm(Int32, Boolean, String)

Declaration
public void SetAlarm(int appointmentId, bool hasAlarm, string time)
Parameters
Type Name Description
Int32 appointmentId
Boolean hasAlarm
String time

SetFree(Int32, Boolean)

Declaration
public void SetFree(int appointmentId, bool isFree)
Parameters
Type Name Description
Int32 appointmentId
Boolean isFree

SetPriority(Int32, Int32)

Declaration
public void SetPriority(int appointmentId, int pri)
Parameters
Type Name Description
Int32 appointmentId
Int32 pri

Implements

IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top