Interface ICondition
Interface for all conditions.
Inherited Members
Namespace: Fibula.Common.Contracts.Abstractions
Assembly: Fibula.Common.Contracts.dll
Syntax
public interface ICondition : IEvent
Properties
| Improve this Doc View SourceEndTime
Gets or sets the end time for this condition.
Declaration
DateTimeOffset EndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
Type
Gets the type of this condition.
Declaration
ConditionType Type { get; }
Property Value
Type | Description |
---|---|
ConditionType |