Table of Contents

Class MethodUpdate

Namespace
Dynamicweb.Updates
Assembly
Dynamicweb.Core.dll

Represents an update which executes a given method (action).

public class MethodUpdate : Update
Inheritance
MethodUpdate
Inherited Members

Constructors

MethodUpdate(string, UpdateProvider, Action<UpdateContext>)

public MethodUpdate(string id, UpdateProvider provider, Action<UpdateContext> method)

Parameters

id string
provider UpdateProvider
method Action<UpdateContext>

Methods

Execute(UpdateContext)

public override void Execute(UpdateContext context)

Parameters

context UpdateContext
To top