-
Notifications
You must be signed in to change notification settings - Fork 31
Forge.Forms.Collections.Interfaces
redbaty edited this page Feb 16, 2018
·
1 revision
public class Forge.Forms.Collections.Interfaces.AddActionContext
: IAddActionContextProperties
| Type | Name | Summary |
|---|---|---|
Object |
NewModel |
public interface Forge.Forms.Collections.Interfaces.IAddActionContextProperties
| Type | Name | Summary |
|---|---|---|
Object |
NewModel |
public interface Forge.Forms.Collections.Interfaces.IAddActionInterceptorMethods
| Type | Name | Summary |
|---|---|---|
IAddActionContext |
Intercept(IAddActionContext modelContext) |
public interface Forge.Forms.Collections.Interfaces.IRemoveActionContextProperties
| Type | Name | Summary |
|---|---|---|
Object |
OldModel |
public interface Forge.Forms.Collections.Interfaces.IRemoveActionInterceptorMethods
| Type | Name | Summary |
|---|---|---|
void |
Intercept(IRemoveActionContext modelContext) |
public interface Forge.Forms.Collections.Interfaces.IUpdateActionContextProperties
| Type | Name | Summary |
|---|---|---|
Object |
NewModel | |
Object |
OldModel |
public interface Forge.Forms.Collections.Interfaces.IUpdateActionInterceptorMethods
| Type | Name | Summary |
|---|---|---|
IUpdateActionContext |
Intercept(IUpdateActionContext modelContext) |
public class Forge.Forms.Collections.Interfaces.RemoveActionContext
: IRemoveActionContextProperties
| Type | Name | Summary |
|---|---|---|
Object |
OldModel |
public class Forge.Forms.Collections.Interfaces.UpdateActionContext
: IUpdateActionContextProperties
| Type | Name | Summary |
|---|---|---|
Object |
NewModel | |
Object |
OldModel |