Search Results for

    Show / Hide Table of Contents

    Class ApplicationEvent

    Inheritance
    object
    ApplicationEvent
    ApiStatisticsEvent
    BusinessProcessCancellationRequestedEvent
    BusinessRuleFiredEvent
    CdnStatisticsEvent
    ConfigurationChangeEvent
    ContentDetailViewEvent
    ContentDownloadEvent
    ContentShareEvent
    DataExtractionRepairEvent
    OutputRenderedEvent
    ReindexEvent
    SearchReindexCompletedEvent
    SessionRenewalEvent
    SharePageViewEvent
    TaggerStatisticsEvent
    TrafficStatisticsEvent
    TransferEvent
    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
    [JsonConverter(typeof(JsonInheritanceConverter), new object[] { "kind" })]
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class ApplicationEvent

    Properties

    Timestamp

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

    Methods

    FromJson(string)

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

    Returns
    ApplicationEvent

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX