modify query property names
This commit is contained in:
@ -22,7 +22,7 @@ namespace Oqtane.Models
|
||||
|
||||
public string Url { get; set; }
|
||||
|
||||
public string Permissions { get; set; }
|
||||
public string Permissions { get; set; } // comma delimited EntityName:EntityId,EntityName:EntityId
|
||||
|
||||
public string ContentModifiedBy { get; set; }
|
||||
|
||||
|
@ -16,9 +16,9 @@ namespace Oqtane.Models
|
||||
|
||||
public List<string> EntityNames { get; set; } = new List<string>();
|
||||
|
||||
public DateTime BeginModifiedTimeUtc { get; set; }
|
||||
public DateTime From { get; set; }
|
||||
|
||||
public DateTime EndModifiedTimeUtc { get; set; }
|
||||
public DateTime To { get; set; }
|
||||
|
||||
public IDictionary<string, string> Properties { get; set; } = new Dictionary<string, string>();
|
||||
|
||||
|
Reference in New Issue
Block a user