Merge pull request #2474 from sbwalker/dev
fix IDeletable code documentation
This commit is contained in:
commit
89b3ae4c74
|
@ -55,7 +55,7 @@ namespace Oqtane.Models
|
|||
/// </summary>
|
||||
public string Description { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties
|
||||
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
|
|
|
@ -59,7 +59,7 @@ namespace Oqtane.Models
|
|||
/// </summary>
|
||||
public bool IsSystem { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties
|
||||
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
|
|
|
@ -30,7 +30,7 @@ namespace Oqtane.Models
|
|||
/// </summary>
|
||||
public bool AllPages { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties (note that these are NotMapped and are only used for storing PageModule properties)
|
||||
|
||||
[NotMapped]
|
||||
public string DeletedBy { get; set; }
|
||||
|
|
|
@ -77,7 +77,7 @@ namespace Oqtane.Models
|
|||
public int? UserId { get; set; }
|
||||
public bool IsPersonalizable { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties
|
||||
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
|
|
|
@ -42,7 +42,7 @@ namespace Oqtane.Models
|
|||
/// </summary>
|
||||
public string ContainerType { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties
|
||||
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
|
|
|
@ -100,7 +100,7 @@ namespace Oqtane.Models
|
|||
[NotMapped]
|
||||
public List<Language> Languages { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties
|
||||
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
|
|
|
@ -71,7 +71,7 @@ namespace Oqtane.Models
|
|||
[NotMapped]
|
||||
public string Roles { get; set; }
|
||||
|
||||
#region Extended IAuditable Properties, may be moved to an Interface some day so not documented yet
|
||||
#region IDeletable Properties
|
||||
|
||||
public string DeletedBy { get; set; }
|
||||
public DateTime? DeletedOn { get; set; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user