ActionAttribute Constructor NFX Class Library

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

Overload List

  NameDescription
Public methodActionAttribute 
Initializes a new instance of the ActionAttribute class
Public methodActionAttribute(Int32)
Initializes a new instance of the ActionAttribute class
Public methodActionAttribute(String, Int32, Boolean)
Specifies name override
Public methodActionAttribute(String, Int32, String, Boolean)
Specifies name override and WorkMatch instances in Laconic format. i.e.: 'match{name="A" order=0 is-local=false} match{name="B" order=0 methods="post,put" is-local=true}'
Back to Top
See Also