C# Class NetMud.Models.Admin.ReferenceDataDropdownModel

Show file Open project: SwiftAusterity/NetMud

Public Methods

Method Description
ReferenceDataDropdownModel ( string controlName, string label, IEnumerable validItemList, long selectedItemId ) : System.Collections.Generic

Method Details

ReferenceDataDropdownModel() public method

public ReferenceDataDropdownModel ( string controlName, string label, IEnumerable validItemList, long selectedItemId ) : System.Collections.Generic
controlName string
label string
validItemList IEnumerable
selectedItemId long
return System.Collections.Generic