Skip to content

bronsk1y/Kaz.Operations.Core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaz.Operations.Core

Basic package with necessary parameters for the Kaz.Operations library.

Important ⚠

  • This repository (and its NuGet package) is deprecated and will no longer be maintained. To continue working with the updated structure, install the Kaz.Operations. You can still reference Kaz.Operations.Core in the 1.2.0 version of Kaz.Operations, however future versions will not support the standalone Kaz.Operations.Core package.

Enums

  • UrlScheme

[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum UrlScheme
{
    Any,
    Http,
    Https
}
  • IpVersion

[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum IpVersion
{
    Any,
    IPv4,
    IPv6
}
  • PercentageCalculationMethod

[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum PercentageCalculationMethod
{
    FractionOfTotal,
    RatioOfTotal
}
  • NumberExtractionOptions

[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum NumberExtractionOptions
{
    Digits,
    Decimals,
    Scientific
}

Links

About

Contains enums for the Kaz.Operations library.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages