JK
Search Results for

    Show / Hide Table of Contents

    Class WeekdaySpecification

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

    Methods

    | Improve this Doc View Source

    IsSatisfiedBy(in DateTime)

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

    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