Search Results for

    Show / Hide Table of Contents

    Class AgreementQuery

    Find agreements query

    Inheritance
    System.Object
    AgreementQuery
    Namespace: ImageVault.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class AgreementQuery : Object

    Constructors

    AgreementQuery()

    Declaration
    public AgreementQuery()

    Properties

    MediaItemId

    MediaItemId

    Declaration
    public int MediaItemId { get; set; }
    Property Value
    Type Description
    System.Int32

    SearchTerm

    SearchTerm

    Declaration
    public string SearchTerm { get; set; }
    Property Value
    Type Description
    System.String

    Skip

    Skip

    Declaration
    public int Skip { get; set; }
    Property Value
    Type Description
    System.Int32

    Take

    Take

    Declaration
    public int Take { get; set; }
    Property Value
    Type Description
    System.Int32

    ValidDateFilter

    Type of valid date filter

    Declaration
    public ValidToDateFilter ValidDateFilter { get; set; }
    Property Value
    Type Description
    ValidToDateFilter

    Methods

    GetCacheKey()

    Gets the cache key for the cache layer

    Declaration
    public string GetCacheKey()
    Returns
    Type Description
    System.String

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022