Show / Hide Table of Contents

Namespace Algenta.Colectica.Model.Validation

Contains classes that validate various types of data that may be provided by a user.

Classes

LatitudeValidationRule

Provides a validation method that determines whether the input object is a valid latitude on Earth.

LongitudeValidationRule

Provides a validation method that determines whether the input object is a valid longitude on Earth.

NumericValidationRule

Provides a validation method that determines whether the input object is a numeric value.

TimeSpanValidationRule

Provides a validation method that determines whether the input object is a TimeSpan value.

UriValidationRule

Provides a validation method that determines whether the input object is a valid URI.

ValidationCheckResult

Represents the result of a validation check.

Interfaces

IValidationRule

Defines a method to validate an arbitrary object and return a result.

In this article
Back to top Generated by DocFX