Class CategoryFilter
Filter for filtering categories
Inherited Members
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
Implements
System.ICloneable