Show / Hide Table of Contents

Class CalculationModeInfoDto

Data transfer object class wrapper for calculation mode.

Inheritance
System.Object
CalculationModeInfoDto
Implements
System.IEquatable<CalculationModeInfoDto>
Namespace: MESL.SqlRace.Domain.Functions.Persistence
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class CalculationModeInfoDto : Object, IEquatable<CalculationModeInfoDto>

Constructors

CalculationModeInfoDto()

Declaration
public CalculationModeInfoDto()

Properties

Frequency

Frequency when calculation mode is fixed frequency.

Declaration
public double Frequency { get; set; }
Property Value
Type Description
System.Double

Value

The calculation mode.

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Methods

Equals(CalculationModeInfoDto)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals(CalculationModeInfoDto other)
Parameters
Type Name Description
CalculationModeInfoDto other

An object to compare with this object.

Returns
Type Description
System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

Equals(Object)

Determines whether the specified System.Object, is equal to this instance.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj

The System.Object to compare with this instance.

Returns
Type Description
System.Boolean

true if the specified System.Object is equal to this instance; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A System.String that represents this instance.

Implements

System.IEquatable<>
Back to top Generated by DocFX