C# 클래스 EA.Iws.Web.Infrastructure.ControllerExtensions

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
BindCountryList ( this controller, IIwsClient client, bool setDefaultAsUnitedKingdom = true ) : System.Threading.Tasks.Task
BindCountryList ( this controller, IMediator mediator, bool setDefaultAsUnitedKingdom = true ) : System.Threading.Tasks.Task
GetDefaultCountryId ( this controller ) : System.Guid
RemoveModelStateErrors ( this controller ) : void

비공개 메소드들

메소드 설명
BindCountriesToViewBag ( Controller controller, List response, bool setDefaultAsUnitedKingdom ) : void

메소드 상세

BindCountryList() 공개 정적인 메소드

public static BindCountryList ( this controller, IIwsClient client, bool setDefaultAsUnitedKingdom = true ) : System.Threading.Tasks.Task
controller this
client IIwsClient
setDefaultAsUnitedKingdom bool
리턴 System.Threading.Tasks.Task

BindCountryList() 공개 정적인 메소드

public static BindCountryList ( this controller, IMediator mediator, bool setDefaultAsUnitedKingdom = true ) : System.Threading.Tasks.Task
controller this
mediator IMediator
setDefaultAsUnitedKingdom bool
리턴 System.Threading.Tasks.Task

GetDefaultCountryId() 공개 정적인 메소드

public static GetDefaultCountryId ( this controller ) : System.Guid
controller this
리턴 System.Guid

RemoveModelStateErrors() 공개 정적인 메소드

public static RemoveModelStateErrors ( this controller ) : void
controller this
리턴 void