C# Class Grikly.Annotations.AspMvcActionAttribute

Inheritance: System.Attribute
Show file Open project: Xormis/grikly-dotnet

Private Properties

Property Type Description

Public Methods

Method Description
AspMvcActionAttribute ( ) : System

Initializes a new instance of the AspMvcActionAttribute class.

AspMvcActionAttribute ( string anonymousProperty ) : System

Initializes a new instance of the AspMvcActionAttribute class.

Method Details

AspMvcActionAttribute() public method

Initializes a new instance of the AspMvcActionAttribute class.
public AspMvcActionAttribute ( ) : System
return System

AspMvcActionAttribute() public method

Initializes a new instance of the AspMvcActionAttribute class.
public AspMvcActionAttribute ( string anonymousProperty ) : System
anonymousProperty string /// The anonymous property. ///
return System