C# Class Serenity.ComponentModel.LookupScriptAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
LookupScriptAttribute ( string key ) : System

Creates a LookupScriptAttribute.

Method Details

LookupScriptAttribute() public method

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