View Source
Class ScaffoldedNotification<T>
Assembly: Umbraco.Core.dll
Syntax
public abstract class ScaffoldedNotification<T> : CancelableObjectNotification<T>, IStatefulNotification, ICancelableNotification, INotification where T : class
Type Parameters
Constructors
View Source
ScaffoldedNotification(T, T, int, EventMessages)
Declaration
protected ScaffoldedNotification(T original, T scaffold, int parentId, EventMessages messages)
Parameters
| Type |
Name |
Description |
| T |
original |
|
| T |
scaffold |
|
| int |
parentId |
|
| EventMessages |
messages |
|
Properties
View Source
Original
Declaration
public T Original { get; }
Property Value
View Source
ParentId
Declaration
public int ParentId { get; }
Property Value
View Source
Scaffold
Declaration
public T Scaffold { get; }
Property Value