Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ServiceA
C# 클래스 ServiceA, code
상속:
Service
파일 보기
프로젝트 열기: shendongnian/code
1 사용 예제들
공개 메소드들
메소드
설명
CanExecute
(
IContext,
subject
) :
bool
Execute
(
IContext,
subject
) :
IContext,
GetGreeting
(
string
name
) :
Task
메소드 상세
CanExecute()
공개
메소드
public
CanExecute
(
IContext,
subject
) :
bool
subject
IContext,
리턴
bool
Execute()
공개
메소드
public
Execute
(
IContext,
subject
) :
IContext,
subject
IContext,
리턴
IContext,
GetGreeting()
공개
메소드
public
GetGreeting
(
string
name
) :
Task
name
string
리턴
Task