IBehaviorProvider.Resolve method

namespace: Serenity.Services   assemblySerenity.Net.Services

Resolves a list of behavior instances targeted for a handler, row and behaivor type.

public IEnumerable Resolve(Type handlerType, Type rowType, Type behaviorType)
parameter description
handlerType The handler type requesting list of behaviors
rowType Target row type
behaviorType Type of the behaviors

See Also