Class DocumentMetadata
Inheritance
DocumentMetadata
Assembly: PayrollEngine.Core.dll
public class DocumentMetadata
Constructors
Declaration
public DocumentMetadata()
Properties
Declaration
public string Application { get; }
Property Value
Declaration
public string Author { get; set; }
Property Value
Declaration
public string Category { get; set; }
Property Value
Declaration
public string Comment { get; set; }
Property Value
Declaration
public string Company { get; set; }
Property Value
Declaration
public DateTime? Created { get; set; }
Property Value
Declaration
public Dictionary<string, string> CustomProperties { get; set; }
Property Value
Declaration
public string Keywords { get; set; }
Property Value
Declaration
public DateTime? Modified { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Extension Methods