Families.Web 1.0.0.0
사진, 동영상, 글, 댓글과 반응을 가족끼리만 공유하는 비공개 앨범·타임라인 서비스입니다.
로딩중...
검색중...
일치하는것 없음
FamiliesApp.Services.IReactionStore 인터페이스 참조

더 자세히 ...

FamiliesApp.Services.IReactionStore에 대한 상속 다이어그램 :

Public 멤버 함수

Task< ReactionSummaryGetAsync (string slug, string postId, CancellationToken ct=default)
Task AddReactionAsync (string slug, string postId, string emoji, CancellationToken ct=default)
Task AddCommentAsync (string slug, string postId, CommentEntry comment, CancellationToken ct=default)
Task DeleteCommentAsync (string slug, string postId, string commentId, CancellationToken ct=default)

상세한 설명

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

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

멤버 함수 문서화

◆ AddCommentAsync()

Task FamiliesApp.Services.IReactionStore.AddCommentAsync ( string slug,
string postId,
CommentEntry comment,
CancellationToken ct = default )

Comment Async 항목을 추가합니다.

매개변수
slugslug에 사용할 string 값입니다.
postIdpost Id에 사용할 string 값입니다.
commentcomment에 사용할 CommentEntry 값입니다.
ct취소 요청을 감시하는 토큰입니다.
반환값
Add Comment Async 작업에서 생성한 Task 결과입니다.

FamiliesApp.Services.JsonReactionStore에서 구현되었습니다.

◆ AddReactionAsync()

Task FamiliesApp.Services.IReactionStore.AddReactionAsync ( string slug,
string postId,
string emoji,
CancellationToken ct = default )

Reaction Async 항목을 추가합니다.

매개변수
slugslug에 사용할 string 값입니다.
postIdpost Id에 사용할 string 값입니다.
emojiemoji에 사용할 string 값입니다.
ct취소 요청을 감시하는 토큰입니다.
반환값
Add Reaction Async 작업에서 생성한 Task 결과입니다.

FamiliesApp.Services.JsonReactionStore에서 구현되었습니다.

◆ DeleteCommentAsync()

Task FamiliesApp.Services.IReactionStore.DeleteCommentAsync ( string slug,
string postId,
string commentId,
CancellationToken ct = default )

Delete Comment Async 작업을 수행합니다.

매개변수
slugslug에 사용할 string 값입니다.
postIdpost Id에 사용할 string 값입니다.
commentIdcomment Id에 사용할 string 값입니다.
ct취소 요청을 감시하는 토큰입니다.
반환값
Delete Comment Async 작업에서 생성한 Task 결과입니다.

FamiliesApp.Services.JsonReactionStore에서 구현되었습니다.

◆ GetAsync()

Task< ReactionSummary > FamiliesApp.Services.IReactionStore.GetAsync ( string slug,
string postId,
CancellationToken ct = default )

Async 값을 가져옵니다.

매개변수
slugslug에 사용할 string 값입니다.
postIdpost Id에 사용할 string 값입니다.
ct취소 요청을 감시하는 토큰입니다.
반환값
Get Async 작업에서 생성한 Task<ReactionSummary> 결과입니다.

FamiliesApp.Services.JsonReactionStore에서 구현되었습니다.


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