C# 클래스 Serenity.ComponentModel.LookupEditorAttribute

상속: CustomEditorAttribute
파일 보기 프로젝트 열기: volkanceylan/Serenity

공개 메소드들

메소드 설명
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