Skip to content

Forge.Forms.Collections.Interfaces

redbaty edited this page Feb 16, 2018 · 1 revision

AddActionContext

public class Forge.Forms.Collections.Interfaces.AddActionContext
    : IAddActionContext

Properties

Type Name Summary
Object NewModel

IAddActionContext

public interface Forge.Forms.Collections.Interfaces.IAddActionContext

Properties

Type Name Summary
Object NewModel

IAddActionInterceptor

public interface Forge.Forms.Collections.Interfaces.IAddActionInterceptor

Methods

Type Name Summary
IAddActionContext Intercept(IAddActionContext modelContext)

IRemoveActionContext

public interface Forge.Forms.Collections.Interfaces.IRemoveActionContext

Properties

Type Name Summary
Object OldModel

IRemoveActionInterceptor

public interface Forge.Forms.Collections.Interfaces.IRemoveActionInterceptor

Methods

Type Name Summary
void Intercept(IRemoveActionContext modelContext)

IUpdateActionContext

public interface Forge.Forms.Collections.Interfaces.IUpdateActionContext

Properties

Type Name Summary
Object NewModel
Object OldModel

IUpdateActionInterceptor

public interface Forge.Forms.Collections.Interfaces.IUpdateActionInterceptor

Methods

Type Name Summary
IUpdateActionContext Intercept(IUpdateActionContext modelContext)

RemoveActionContext

public class Forge.Forms.Collections.Interfaces.RemoveActionContext
    : IRemoveActionContext

Properties

Type Name Summary
Object OldModel

UpdateActionContext

public class Forge.Forms.Collections.Interfaces.UpdateActionContext
    : IUpdateActionContext

Properties

Type Name Summary
Object NewModel
Object OldModel

Clone this wiki locally