Class Frequency
Frequency
Inheritance
System.Object
Frequency
Namespace: MESL.SqlRace.Domain.Infrastructure.DataPipeline
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class Frequency : Object
Constructors
Frequency()
Initializes a new instance of the Frequency class.
Declaration
public Frequency()
Frequency(Double, FrequencyUnit)
Initializes a new instance of the Frequency class.
Declaration
public Frequency(double frequency, FrequencyUnit unit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | frequency | Frequency value. |
FrequencyUnit | unit | The FrequencyUnit. |
Properties
Unit
Declaration
public FrequencyUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
FrequencyUnit |
Value
Frequency Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |