Families.Web
1.0.0.0
사진, 동영상, 글, 댓글과 반응을 가족끼리만 공유하는 비공개 앨범·타임라인 서비스입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
CommentEntry.cs
이 파일의 문서화 페이지로 가기
1
namespace
FamiliesApp.Models
;
2
11
public
sealed
class
CommentEntry
12
{
21
public
string
Id
{
get
;
set
; } = Guid.NewGuid().ToString(
"N"
);
30
public
string
PostId
{
get
;
set
; } =
""
;
39
public
string
AuthorName
{
get
;
set
; } =
""
;
48
public
string
Body
{
get
;
set
; } =
""
;
57
public
DateTime
CreatedAt
{
get
;
set
; } = DateTime.Now;
58
}
FamiliesApp.Models
Definition
AlbumInfo.cs:1
FamiliesApp.Models.CommentEntry
Definition
CommentEntry.cs:12
FamiliesApp.Models.CommentEntry.Body
string Body
Definition
CommentEntry.cs:48
FamiliesApp.Models.CommentEntry.PostId
string PostId
Definition
CommentEntry.cs:30
FamiliesApp.Models.CommentEntry.CreatedAt
DateTime CreatedAt
Definition
CommentEntry.cs:57
FamiliesApp.Models.CommentEntry.Id
string Id
Definition
CommentEntry.cs:21
FamiliesApp.Models.CommentEntry.AuthorName
string AuthorName
Definition
CommentEntry.cs:39
Models
CommentEntry.cs
다음에 의해 생성됨 :
1.17.0