Search Results for

    Show / Hide Table of Contents

    Class CategoryFilter

    Filter for filtering categories

    Inheritance
    System.Object
    IVFilter
    CategoryFilter
    Implements
    IIVFilter
    System.ICloneable
    Inherited Members
    IVFilter.Skip
    IVFilter.Take
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Data.Query
    Assembly: ImageVault.Common.dll
    Syntax
    public class CategoryFilter : IVFilter, IIVFilter, ICloneable

    Constructors

    CategoryFilter()

    Initializes a new instance of the CategoryFilter class.

    Declaration
    public CategoryFilter()

    CategoryFilter(CategoryFilter)

    Initializes a new instance of the CategoryFilter class.

    Declaration
    protected CategoryFilter(CategoryFilter i)
    Parameters
    Type Name Description
    CategoryFilter i

    Fields

    Id

    Which id to retrive

    Declaration
    public int? Id
    Field Value
    Type Description
    System.Nullable<System.Int32>

    ParentId

    Will retrive all child categorys of the parent id

    Declaration
    public int? ParentId
    Field Value
    Type Description
    System.Nullable<System.Int32>

    Methods

    Clone()

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    IVFilter.Clone()

    Implements

    IIVFilter
    System.ICloneable

    Extension Methods

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