Basic package with necessary parameters for the Kaz.Operations library.
- 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.
[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum UrlScheme
{
Any,
Http,
Https
}[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum IpVersion
{
Any,
IPv4,
IPv6
}[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum PercentageCalculationMethod
{
FractionOfTotal,
RatioOfTotal
}[Obsolete("Kaz.Operations.Core has been merged into Kaz.Operations. The standalone Kaz.Operations.Core package is deprecated.")]
public enum NumberExtractionOptions
{
Digits,
Decimals,
Scientific
}