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

더 자세히 ...

속성

string Id = Guid.NewGuid().ToString("N") [get, set]
string Title = "" [get, set]
string Content = "" [get, set]
DateTime PostedAt = DateTime.Now [get, set]
string AlbumId = "" [get, set]
List< string > PhotoFileNames = new() [get, set]
List< string > VideoFileNames = new() [get, set]
bool IsPinned = false [get, set]
MediaPosition MediaPosition = MediaPosition.Bottom [get, set]

상세한 설명

Post Entry 기능과 관련 상태를 캡슐화합니다.

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

속성 문서화

◆ AlbumId

string FamiliesApp.Models.PostEntry.AlbumId = ""
getset

소속 앨범 ID. 빈 문자열이면 전체 타임라인에만 표시.

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

88{ get; set; } = "";

◆ Content

string FamiliesApp.Models.PostEntry.Content = ""
getset

본문 — Markdown

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

70{ get; set; } = "";

◆ Id

string FamiliesApp.Models.PostEntry.Id = Guid.NewGuid().ToString("N")
getset

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

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

52{ get; set; } = Guid.NewGuid().ToString("N");

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

◆ IsPinned

bool FamiliesApp.Models.PostEntry.IsPinned = false
getset

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

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

115{ get; set; } = false;

◆ MediaPosition

MediaPosition FamiliesApp.Models.PostEntry.MediaPosition = MediaPosition.Bottom
getset

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

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

124{ get; set; } = MediaPosition.Bottom;

◆ PhotoFileNames

List<string> FamiliesApp.Models.PostEntry.PhotoFileNames = new()
getset

Photo File Names 값을 가져오거나 설정합니다.

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

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

◆ PostedAt

DateTime FamiliesApp.Models.PostEntry.PostedAt = DateTime.Now
getset

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

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

79{ get; set; } = DateTime.Now;

◆ Title

string FamiliesApp.Models.PostEntry.Title = ""
getset

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

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

61{ get; set; } = "";

◆ VideoFileNames

List<string> FamiliesApp.Models.PostEntry.VideoFileNames = new()
getset

Video File Names 값을 가져오거나 설정합니다.

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

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

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