Class CategoryPopulationQuery
Populate query for populating category fields
Inheritance
System.Object
CategoryPopulationQuery
Namespace: ImageVault.Common.Data.Query
Assembly: ImageVault.Common.dll
Syntax
public class CategoryPopulationQuery : Object
Constructors
CategoryPopulationQuery()
Declaration
public CategoryPopulationQuery()
Properties
IsUsed
Populate information about if the category is used by any image
Declaration
public Nullable<bool> IsUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |