C# 클래스 BGC.Parameters.EnumDropdownDisplayAttribute

상속: BGC.Parameters.FieldDisplayAttribute
파일 보기 프로젝트 열기: UCRBrainGameCenter/BGC_Tools

공개 프로퍼티들

프로퍼티 타입 설명
choiceListMethodName string
initialValue int

공개 메소드들

메소드 설명
EnumDropdownDisplayAttribute ( string fieldName, string displayTitle, int initialValue, string choiceListMethodName ) : System
GetInitialValue ( ) : object

메소드 상세

EnumDropdownDisplayAttribute() 공개 메소드

public EnumDropdownDisplayAttribute ( string fieldName, string displayTitle, int initialValue, string choiceListMethodName ) : System
fieldName string
displayTitle string
initialValue int
choiceListMethodName string
리턴 System

GetInitialValue() 공개 메소드

public GetInitialValue ( ) : object
리턴 object

프로퍼티 상세

choiceListMethodName 공개적으로 프로퍼티

public string choiceListMethodName
리턴 string

initialValue 공개적으로 프로퍼티

public int initialValue
리턴 int