Class LatitudeValidationRule
Provides a validation method that determines whether the input object is a valid latitude on Earth.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Validation
Assembly: Algenta.Colectica.Model.dll
Syntax
public class LatitudeValidationRule : IValidationRule
Methods
Validate(object)
Validates that the specified value is a valid latitude on Earth.
Declaration
public ValidationCheckResult Validate(object value)
Parameters
Type | Name | Description |
---|---|---|
object | value | The value. |
Returns
Type | Description |
---|---|
ValidationCheckResult | The result of the validation. |