C# Class FubuFastPack.Crud.CrudActionModifier

Afficher le fichier Open project: DarthFubuMVC/FubuFastPack Class Usage Examples

Méthodes publiques

Méthode Description
CrudActionModifier ( Type handlerType ) : System
ModifyChains ( HandlerActionsSet actions, BehaviorGraph graph ) : void

Private Methods

Méthode Description
addCreationPermission ( ActionCall action ) : void
addCreatorCall ( ActionCall call ) : void
addEndpointsFor ( Type entityType, BehaviorGraph graph ) : void
addNewEntityPipeline ( ActionCall action ) : void
modifyEditAction ( ActionCall action ) : void
modifyNewAction ( HandlerActionsSet actions ) : void

Method Details

CrudActionModifier() public méthode

public CrudActionModifier ( Type handlerType ) : System
handlerType System.Type
Résultat System

ModifyChains() public méthode

public ModifyChains ( HandlerActionsSet actions, BehaviorGraph graph ) : void
actions HandlerActionsSet
graph BehaviorGraph
Résultat void