Enum ProductsSortField
Defines fields in the Product record that can be used for sorting.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ProductsSortField
  Fields
| Name | Description | 
|---|---|
| Created | Created date and time.  | 
      
| IsApprovalRequired | Flag indicating that consumers cannot subscribe and immediately start using the product without an explicit approval by Sentinet administrator.  | 
      
| IsPrivate | Flag indicating that product should NOT be shown in the available products list.  | 
      
| IsSubscriptionRequired | Flag indicating that consumers must subscribe to the product and provide access keys when they call the product services.  | 
      
| Name | Display name of the product.  | 
      
| ServiceVersionCount | Number of service versions included in the product.  | 
      
| Status | Product's life cycle status.  |