Show / Hide Table of Contents

    Interface ICondition

    Interface for all conditions.

    Inherited Members
    IEvent.Cancelled
    IEvent.Expedited
    IEvent.Completed
    IEvent.EventId
    IEvent.RequestorId
    IEvent.CanBeCancelled
    IEvent.ExcludeFromTelemetry
    IEvent.RepeatAfter
    IEvent.State
    IEvent.Cancel()
    IEvent.Execute(IEventContext)
    IEvent.Expedite()
    Namespace: Fibula.Common.Contracts.Abstractions
    Assembly: Fibula.Common.Contracts.dll
    Syntax
    public interface ICondition : IEvent

    Properties

    | Improve this Doc View Source

    EndTime

    Gets or sets the end time for this condition.

    Declaration
    DateTimeOffset EndTime { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset
    | Improve this Doc View Source

    Type

    Gets the type of this condition.

    Declaration
    ConditionType Type { get; }
    Property Value
    Type Description
    ConditionType

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.