C# 클래스 withSIX.Core.Applications.Errors.RecoveryCommandModel

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 프로퍼티들

프로퍼티 타입 설명
Handler RecoveryOptionResultModel>.Func

공개 메소드들

메소드 설명
RecoveryCommandModel ( string commandName, RecoveryOptionResultModel>.Func handler = null ) : System

메소드 상세

RecoveryCommandModel() 공개 메소드

public RecoveryCommandModel ( string commandName, RecoveryOptionResultModel>.Func handler = null ) : System
commandName string
handler RecoveryOptionResultModel>.Func
리턴 System

프로퍼티 상세

Handler 공개적으로 프로퍼티

public Func Handler
리턴 RecoveryOptionResultModel>.Func