C# 클래스 Disco.Web.Extensions.JobSubTypeExtensions

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
DescriptionWithIcons ( this jst ) : string
ToSelectListItems ( this jobSubTypes, IEnumerable SelectedItems, bool IncludeQueueIcons = false ) : List
ToSelectListItems ( this jobSubTypes, List SelectedIds = null, bool IncludeQueueIcons = false ) : List

메소드 상세

DescriptionWithIcons() 공개 정적인 메소드

public static DescriptionWithIcons ( this jst ) : string
jst this
리턴 string

ToSelectListItems() 공개 정적인 메소드

public static ToSelectListItems ( this jobSubTypes, IEnumerable SelectedItems, bool IncludeQueueIcons = false ) : List
jobSubTypes this
SelectedItems IEnumerable
IncludeQueueIcons bool
리턴 List

ToSelectListItems() 공개 정적인 메소드

public static ToSelectListItems ( this jobSubTypes, List SelectedIds = null, bool IncludeQueueIcons = false ) : List
jobSubTypes this
SelectedIds List
IncludeQueueIcons bool
리턴 List