C# Класс Disco.Web.Extensions.DeviceProfileExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ToSelectListItems ( this deviceProfiles, DeviceProfile SelectedDeviceProfile = null ) : IEnumerable
ToSelectListItems ( this deviceProfiles, int SelectedDeviceProfileId = 1 ) : IEnumerable

Описание методов

ToSelectListItems() публичный статический Метод

public static ToSelectListItems ( this deviceProfiles, DeviceProfile SelectedDeviceProfile = null ) : IEnumerable
deviceProfiles this
SelectedDeviceProfile Disco.Models.Repository.DeviceProfile
Результат IEnumerable

ToSelectListItems() публичный статический Метод

public static ToSelectListItems ( this deviceProfiles, int SelectedDeviceProfileId = 1 ) : IEnumerable
deviceProfiles this
SelectedDeviceProfileId int
Результат IEnumerable