Search Results for

    Show / Hide Table of Contents

    Class NotificationManager

    Inheritance
    System.Object
    NotificationManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.QPP
    Assembly: Quark.CMSAdapters.QPP.dll
    Syntax
    public class NotificationManager

    Fields

    AssetChanged

    The asset changed notification

    Declaration
    public Action<AssetNotification> AssetChanged
    Field Value
    Type Description
    System.Action<AssetNotification>

    AssetUpdated

    The asset updated notification

    Declaration
    public Action<AssetNotification> AssetUpdated
    Field Value
    Type Description
    System.Action<AssetNotification>

    Methods

    CloseListenChannel()

    Closes notification listener.

    Declaration
    public void CloseListenChannel()

    GetInstance()

    Gets the instance.

    Declaration
    public static NotificationManager GetInstance()
    Returns
    Type Description
    NotificationManager

    RegisterListener(Int64[])

    Registers listener for Asset change notifications.

    Declaration
    public void RegisterListener(long[] assetIds)
    Parameters
    Type Name Description
    System.Int64[] assetIds

    The asset ids.

    UnRegisterListener(Int64[])

    Unregisters listener for Asset change notifications.

    Declaration
    public void UnRegisterListener(long[] assetIds)
    Parameters
    Type Name Description
    System.Int64[] assetIds

    The asset ids.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.