C# Class Grikly.Annotations.AspMvcActionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Xormis/grikly-dotnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the AspMvcActionAttribute class.
public AspMvcActionAttribute ( ) : System
Résultat System

AspMvcActionAttribute() public méthode

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