Piscal client - check status and retrieve file skeleton in place
This commit is contained in:
@@ -33,10 +33,5 @@ namespace LeafWeb.Core.Entities
|
||||
|
||||
[DataType(DataType.Date)]
|
||||
public DateTime? Processed { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// An cleaned up identifier to be used for file naming, etc
|
||||
/// </summary>
|
||||
public string CombinedIdentifier => $"{Name.FilterAlphaNumeric()}_{Identifier.FilterAlphaNumeric()}";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user