Table of Contents

Class ClassEventHelper

Namespace
InSite.Common.Web
Assembly
InSite.UI.dll
public static class ClassEventHelper
Inheritance
ClassEventHelper
Inherited Members

Methods

Deserialize(string, Func<Guid, bool>, out List<Guid>)

public static QEvent Deserialize(string json, Func<Guid, bool> messageExists, out List<Guid> privacyGroups)

Parameters

json string
messageExists Func<Guid, bool>
privacyGroups List<Guid>

Returns

QEvent

Serialize(QEvent)

public static byte[] Serialize(QEvent classEvent)

Parameters

classEvent QEvent

Returns

byte[]