Show / Hide Table of Contents

Class LongitudeValidationRule

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

Inheritance
object
LongitudeValidationRule
Implements
IValidationRule
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Validation
Assembly: Algenta.Colectica.Model.dll
Syntax
public class LongitudeValidationRule : IValidationRule

Methods

Validate(object)

Validates that the specified value is a valid longitude 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.

Implements

IValidationRule

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX