C# 클래스 Web.Generics.DataAnnotations.DropDownListAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: inspira/Web.Generics

공개 메소드들

메소드 설명
DropDownListAttribute ( string viewDataKey, string dataValueField ) : System
DropDownListAttribute ( string viewDataKey, string dataValueField, string dataTextField ) : System
DropDownListAttribute ( string viewDataKey, string dataValueField, string dataTextField, string optionLabel ) : System
DropDownListAttribute ( string viewDataKey, string dataValueField, string dataTextField, string optionLabel, object htmlAttributes ) : System
DropDownListAttribute ( string templateName, string viewDataKey, string dataValueField, string dataTextField, string optionLabel, object htmlAttributes ) : System
GetSelectedText ( object model ) : object
GetSelectedValue ( object model ) : object

비공개 메소드들

메소드 설명
GetPropertyValue ( object model, string propertyName ) : object
GetTypeDescriptor ( Type type ) : ICustomTypeDescriptor

메소드 상세

DropDownListAttribute() 공개 메소드

public DropDownListAttribute ( string viewDataKey, string dataValueField ) : System
viewDataKey string
dataValueField string
리턴 System

DropDownListAttribute() 공개 메소드

public DropDownListAttribute ( string viewDataKey, string dataValueField, string dataTextField ) : System
viewDataKey string
dataValueField string
dataTextField string
리턴 System

DropDownListAttribute() 공개 메소드

public DropDownListAttribute ( string viewDataKey, string dataValueField, string dataTextField, string optionLabel ) : System
viewDataKey string
dataValueField string
dataTextField string
optionLabel string
리턴 System

DropDownListAttribute() 공개 메소드

public DropDownListAttribute ( string viewDataKey, string dataValueField, string dataTextField, string optionLabel, object htmlAttributes ) : System
viewDataKey string
dataValueField string
dataTextField string
optionLabel string
htmlAttributes object
리턴 System

DropDownListAttribute() 공개 메소드

public DropDownListAttribute ( string templateName, string viewDataKey, string dataValueField, string dataTextField, string optionLabel, object htmlAttributes ) : System
templateName string
viewDataKey string
dataValueField string
dataTextField string
optionLabel string
htmlAttributes object
리턴 System

GetSelectedText() 공개 메소드

public GetSelectedText ( object model ) : object
model object
리턴 object

GetSelectedValue() 공개 메소드

public GetSelectedValue ( object model ) : object
model object
리턴 object