C# Class Signum.Utilities.ExpressionFieldAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Méthode Description
ExpressionFieldAttribute ( string name = "auto" ) : System

Method Details

ExpressionFieldAttribute() public méthode

public ExpressionFieldAttribute ( string name = "auto" ) : System
name string The name of the field for the expression that defines the content. If not set, will be automatically found from the method body.
Résultat System