C# Класс Serenity.ComponentModel.LookupEditorAttribute

Наследование: CustomEditorAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

LookupEditorAttribute() публичный Метод

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
Результат System

LookupEditorAttribute() публичный Метод

public LookupEditorAttribute ( string lookupKey ) : System
lookupKey string
Результат System