JK
Search Results for

    Show / Hide Table of Contents

    Class NumericSpecification

    Inheritance
    System.Object
    Specification<System.String>
    NumericSpecification
    Implements
    ISpecification<System.String>
    Inherited Members
    Specification<String>.And(ISpecification<String>)
    Specification<String>.Not()
    Specification<String>.Or(ISpecification<String>)
    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 NumericSpecification : Specification<string>, ISpecification<string>

    Methods

    | Improve this Doc View Source

    IsSatisfiedBy(in String)

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

    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