JK
Search Results for

    Show / Hide Table of Contents

    Class LongitudeSpecification

    Inheritance
    System.Object
    Specification<System.Double>
    LongitudeSpecification
    Implements
    ISpecification<System.Double>
    Inherited Members
    Specification<Double>.And(ISpecification<Double>)
    Specification<Double>.Not()
    Specification<Double>.Or(ISpecification<Double>)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: JK.Common.Specifications
    Assembly: JK.Common.dll
    Syntax
    public class LongitudeSpecification : Specification<double>, ISpecification<double>

    Methods

    | Improve this Doc View Source

    IsSatisfiedBy(in Double)

    Declaration
    public override bool IsSatisfiedBy(in double candidate)
    Parameters
    Type Name Description
    System.Double candidate
    Returns
    Type Description
    System.Boolean
    Overrides
    JK.Common.Patterns.Specification.Specification<System.Double>.IsSatisfiedBy(System.Double)

    Implements

    ISpecification<TEntity>

    Extension Methods

    ClassExtensions.IsNull<T>(T)
    ClassExtensions.IsNotNull<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX