C# Class Serenity.ComponentModel.LookupEditorAttribute

Inheritance: CustomEditorAttribute
ファイルを表示 Open project: volkanceylan/Serenity

Public Methods

Method Description
LookupEditorAttribute ( Type lookupType ) : System

If you use this constructor, lookupKey will be determined by [LookupScript] attribute on specified lookup type. If this is a row type, make sure it has [LookupScript] attribute on it.

LookupEditorAttribute ( string lookupKey ) : System

Method Details

LookupEditorAttribute() public method

If you use this constructor, lookupKey will be determined by [LookupScript] attribute on specified lookup type. If this is a row type, make sure it has [LookupScript] attribute on it.
public LookupEditorAttribute ( Type lookupType ) : System
lookupType System.Type
return System

LookupEditorAttribute() public method

public LookupEditorAttribute ( string lookupKey ) : System
lookupKey string
return System