Search Results for

    Show / Hide Table of Contents

    Class DocumentHistory

    Inheritance
    object
    DocumentHistory
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class DocumentHistory

    Properties

    Action

    Declaration
    [JsonProperty("action", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    [JsonConverter(typeof(StringEnumConverter))]
    public DocumentChangeAction Action { get; set; }
    Property Value
    DocumentChangeAction

    Audit

    Declaration
    [JsonProperty("audit", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public UserAuditHistory Audit { get; set; }
    Property Value
    UserAuditHistory

    Deleted

    Declaration
    [JsonProperty("deleted", Required = Required.Always)]
    public bool Deleted { get; set; }
    Property Value
    bool

    Document

    Declaration
    [JsonProperty("document", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string Document { get; set; }
    Property Value
    string

    DocumentDate

    Declaration
    [JsonProperty("documentDate", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    public DateTime DocumentDate { get; set; }
    Property Value
    DateTime

    DocumentId

    Declaration
    [JsonProperty("documentId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string DocumentId { get; set; }
    Property Value
    string

    DocumentType

    Declaration
    [JsonProperty("documentType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string DocumentType { get; set; }
    Property Value
    string

    DocumentVersion

    Declaration
    [JsonProperty("documentVersion", Required = Required.Always)]
    public long DocumentVersion { get; set; }
    Property Value
    long

    Timestamp

    Declaration
    [JsonProperty("timestamp", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    public DateTime Timestamp { get; set; }
    Property Value
    DateTime

    Methods

    FromJson(string)

    Declaration
    public static DocumentHistory FromJson(string data)
    Parameters
    string data

    Returns
    DocumentHistory

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX