Show / Hide Table of Contents

Class Notepad

Inheritance
Object
Notepad
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("Notepad")]
public class Notepad : IWebObject, IPlugin

Constructors

Notepad()

Declaration
public Notepad()

Methods

DeleteNote(Int32, String)

Declaration
public string DeleteNote(int id, string entity)
Parameters
Type Name Description
Int32 id
String entity
Returns
Type Description
String

GetNoteBook(String)

Declaration
public object GetNoteBook(string id)
Parameters
Type Name Description
String id
Returns
Type Description
Object

GetNotePadEditor(Int32, String)

Declaration
public string GetNotePadEditor(int id, string entity)
Parameters
Type Name Description
Int32 id
String entity
Returns
Type Description
String

SaveNote(Int32, String, String, String)

Declaration
public string SaveNote(int id, string entity, string noteText, string date)
Parameters
Type Name Description
Int32 id
String entity
String noteText
String date
Returns
Type Description
String

SaveNoteBook(String[])

Declaration
public void SaveNoteBook(string[] notes)
Parameters
Type Name Description
String[] notes

Implements

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