Class CategoryPopulationQuery
Populate query for populating category fields
Inheritance
System.Object
CategoryPopulationQuery
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 CategoryPopulationQuery
Constructors
CategoryPopulationQuery()
Declaration
public CategoryPopulationQuery()
Properties
IsUsed
Populate information about if the category is used by any image
Declaration
public bool? IsUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |