Skip to content

Commit f1ef5a1

Browse files
committed
Added missing XMLDoc for LastModified property
1 parent b3734b8 commit f1ef5a1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

OnTopic.ViewModels/TopicViewModel.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ public class TopicViewModel: ITopicViewModel {
7070
/// <inheritdoc />
7171
public bool IsHidden { get; set; }
7272

73+
/*==========================================================================================================================
74+
| LAST MODIFIED
75+
\-------------------------------------------------------------------------------------------------------------------------*/
76+
/// <summary>
77+
/// The date that the topic was last modified on.
78+
/// </summary>
7379
public DateTime LastModified { get; set; }
7480

7581
/*==========================================================================================================================

0 commit comments

Comments
 (0)