C# Class BGC.Parameters.EnumDropdownDisplayAttribute

Inheritance: BGC.Parameters.FieldDisplayAttribute
Show file Open project: UCRBrainGameCenter/BGC_Tools

Public Properties

Property Type Description
choiceListMethodName string
initialValue int

Public Methods

Method Description
EnumDropdownDisplayAttribute ( string fieldName, string displayTitle, int initialValue, string choiceListMethodName ) : System
GetInitialValue ( ) : object

Method Details

EnumDropdownDisplayAttribute() public method

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

GetInitialValue() public method

public GetInitialValue ( ) : object
return object

Property Details

choiceListMethodName public property

public string choiceListMethodName
return string

initialValue public property

public int initialValue
return int