C# Class Disco.Web.Extensions.JobSubTypeExtensions

Mostrar archivo Open project: garysharp/Disco

Public Methods

Method Description
DescriptionWithIcons ( this jst ) : string
ToSelectListItems ( this jobSubTypes, IEnumerable SelectedItems, bool IncludeQueueIcons = false ) : List
ToSelectListItems ( this jobSubTypes, List SelectedIds = null, bool IncludeQueueIcons = false ) : List

Method Details

DescriptionWithIcons() public static method

public static DescriptionWithIcons ( this jst ) : string
jst this
return string

ToSelectListItems() public static method

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

ToSelectListItems() public static method

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