C# Class Signum.Utilities.ExpressionFieldAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: signumsoftware/framework

Public Methods

Method Description
ExpressionFieldAttribute ( string name = "auto" ) : System

Method Details

ExpressionFieldAttribute() public method

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.
return System