ActionGroupInfo ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides reflection information about a group of action methods which all share the same action name(invocation name) within controller type. Invocation names are mapped to actual method names, as ActionAttribute may override the name of actual method that it decorates. This is a framework internal method which is not intended to be used by business logic developers
Inheritance Hierarchy

OnlineSystem Object
  NFX.Wave.MVC ActionGroupInfo

Namespace: NFX.Wave.MVC
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public sealed class ActionGroupInfo : INamed
See Also