Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
The part of the commentaries in Parameters class lib was translated t…
Browse files Browse the repository at this point in the history
…o English
  • Loading branch information
Rhoxolan committed Jan 6, 2023
1 parent 8fd78b8 commit ec97f17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace SCSCalc.Parameters
{
//Инкапсулирован в DiapasonContext.
//Encapsulates in DiapasonContext class

/// <summary>
/// Класс для определения диапазона допустимого вводимого значения количества портов на 1 рабочее место при допустимом произвольном количестве.
/// Class for determination of allowable ports count input value at allowable arbitrary count
/// </summary>
internal class AnArbitraryNumberOfPortsStrategy : IAnArbitraryNumberOfPortsStrategy
{
/// <summary>
/// Определяет диапазон допустимого вводимого значения количества портов на 1 рабочее место при допустимом произвольном количестве.
/// Determines allowable ports count input value at allowable arbitrary count
/// </summary>
public (decimal Min, decimal Max) NumberOfPortsDiapason
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace SCSCalc.Parameters
{
//Инкапсулирован в DiapasonContext.
//Encapsulates in DiapasonContext class

/// <summary>
/// Интерфейс для определения диапазона допустимого вводимого значения количества портов на 1 рабочее место в соответствии стандарту ISO/IEC 11801.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

namespace SCSCalc.Parameters
{
//Инкапсулирован в DiapasonContext.
//Encapsulates in DiapasonContext class

/// <summary>
/// //Класс для определения диапазона ввода значения количества портов на 1 рабочее место с учетом требований стандарта ISO/IEC 11801.
/// Class for determination of allowable ports count input value at ISO/IEC 11801 standard compliance
/// </summary>
internal class NotAnArbitraryNumberOfPortsStrategy : IAnArbitraryNumberOfPortsStrategy
{
/// <summary>
/// Определяет диапазон ввода значения количества портов на 1 рабочее место с учетом требований стандарта ISO/IEC 11801.
/// Determinationes of allowable ports count input value at ISO/IEC 11801 standard compliance
/// </summary>
public (decimal Min, decimal Max) NumberOfPortsDiapason
{
Expand Down

0 comments on commit ec97f17

Please sign in to comment.