Search Results for

    Show / Hide Table of Contents
    View Source

    Class CancelableObjectNotification<T>

    Inheritance
    System.Object
    StatefulNotification
    ObjectNotification<T>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class CancelableObjectNotification<T> : ObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    CancelableObjectNotification(T, EventMessages)

    Declaration
    protected CancelableObjectNotification(T target, EventMessages messages)
    Parameters
    Type Name Description
    T target
    EventMessages messages

    Properties

    View Source

    Cancel

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    View Source

    CancelOperation(EventMessage)

    Declaration
    public void CancelOperation(EventMessage cancelationMessage)
    Parameters
    Type Name Description
    EventMessage cancelationMessage
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CancelableObjectNotification(T, EventMessages)
    • Properties
      • Cancel
    • Methods
      • CancelOperation(EventMessage)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX