C# 클래스 ServiceLayer.UiClasses.MultiSelectListType

파일 보기 프로젝트 열기: JonPSmith/SampleMvcWebApp

공개 메소드들

메소드 설명
GetFinalSelectionAsInts ( ) : int[]

This returns the multiselection integers in the order that the user selected them

SetupMultiSelectList ( int>.IEnumerable allPossibleOptions, int>.IEnumerable initialSelectionValues ) : void

This sets up the AllPossibleOptions and the InitialSelection list This must be done before handed to MVC for display (or redisplay on error)

메소드 상세

GetFinalSelectionAsInts() 공개 메소드

This returns the multiselection integers in the order that the user selected them
public GetFinalSelectionAsInts ( ) : int[]
리턴 int[]

SetupMultiSelectList() 공개 메소드

This sets up the AllPossibleOptions and the InitialSelection list This must be done before handed to MVC for display (or redisplay on error)
public SetupMultiSelectList ( int>.IEnumerable allPossibleOptions, int>.IEnumerable initialSelectionValues ) : void
allPossibleOptions int>.IEnumerable
initialSelectionValues int>.IEnumerable the Ids of the initial selected values
리턴 void