SampleCrossUi.Shared 1.0.0.0
SampleCrossUi.Shared 사용 방법을 보여 주는 예제 프로젝트입니다.
로딩중...
검색중...
일치하는것 없음
SampleCrossUi.Shared.Services.ICounterService 인터페이스 참조

더 자세히 ...

SampleCrossUi.Shared.Services.ICounterService에 대한 상속 다이어그램 :

Public 멤버 함수

int Increment (int currentValue)
int Reset ()

상세한 설명

I Counter Service 기능과 관련 상태를 캡슐화합니다.

ICounterService.cs 파일의 11 번째 라인에서 정의되었습니다.

멤버 함수 문서화

◆ Increment()

int SampleCrossUi.Shared.Services.ICounterService.Increment ( int currentValue)

Increment 작업을 수행합니다.

매개변수
currentValuecurrent Value에 사용할 int 값입니다.
반환값
Increment 작업에서 생성한 int 결과입니다.

SampleCrossUi.Shared.Services.CounterService에서 구현되었습니다.

◆ Reset()

int SampleCrossUi.Shared.Services.ICounterService.Reset ( )

Reset 작업을 수행합니다.

반환값
Reset 작업에서 생성한 int 결과입니다.

SampleCrossUi.Shared.Services.CounterService에서 구현되었습니다.


이 인터페이스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: