This class serves as the main interface for accessing and creating Memo objects.

Namespace: ININ.IceLib.Statistics.Alerts
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class MemoList
Visual Basic
Public Class MemoList

Remarks

A MemoList object is used to track when Memo objects are received. There are three types of watches: MyMemos, General, and Alert which track two types of memos: alerts and non-alerts. Alert memos are associated with an AlertSet while non-alert memos have no association. Alert watches will track a memos associated with a given alert set ID. General watches track all memos that do not have an alertSetID. MyMemos will track all memos that are sent to the current user. The MemoList object can also be used to create new memos and to delete or modify existing memos, if the current user has rights to those actions.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Statistics.Alerts..::..MemoList

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also