C# Class Serenity.ComponentModel.LookupScriptAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: volkanceylan/Serenity Class Usage Examples

Méthodes publiques

Méthode Description
LookupScriptAttribute ( string key ) : System

Creates a LookupScriptAttribute.

Method Details

LookupScriptAttribute() public méthode

Creates a LookupScriptAttribute.
public LookupScriptAttribute ( string key ) : System
key string Lookup key, usually in "Module.EntityName" format.
Résultat System