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

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

공개 메소드들

메소드 설명
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