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

더 자세히 ...

속성

string PostId = "" [get, set]
Dictionary< string, int > EmojiCounts = new() [get, set]
List< CommentEntryComments = new() [get, set]

상세한 설명

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

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

속성 문서화

◆ Comments

List<CommentEntry> FamiliesApp.Models.ReactionSummary.Comments = new()
getset

Comments 값을 가져오거나 설정합니다.

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

39{ get; set; } = new();

◆ EmojiCounts

Dictionary<string, int> FamiliesApp.Models.ReactionSummary.EmojiCounts = new()
getset

이모지 → 누적 카운트 (예: "❤️" → 5)

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

30{ get; set; } = new();

◆ PostId

string FamiliesApp.Models.ReactionSummary.PostId = ""
getset

Post Id 값을 가져오거나 설정합니다.

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

21{ get; set; } = "";

다음에 의해서 참조됨 : FamiliesApp.Services.JsonReactionStore.SaveAsync().


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