Class CategoryFilter
Filter for filtering categories
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public class CategoryFilter : IVFilter, IIVFilter
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 Nullable<int> Id
Field Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ParentId
Will retrive all child categorys of the parent id
Declaration
public Nullable<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
Implements
System.ICloneable