Class TranslationRuleFilter
Represents a filter for translation rule query operations.
Inherited Members
Namespace: DataWeb.Localization
Assembly: DataWeb.Core.dll
Syntax
public class TranslationRuleFilter
Properties
Count
Gets or sets the total count of rules.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
Culture
Gets or sets the culture of the translation rule.
Declaration
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDeletedIncluded
Gets all the rules, deleted included.
Declaration
public bool IsDeletedIncluded { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsGlobalIncluded
Gets or sets the option to include Global rules along with culture specific ones.
Declaration
public bool IsGlobalIncluded { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsPagination
Gets or sets a value indicating whether pagination is enabled.
Declaration
public bool IsPagination { get; set; }
Property Value
Type | Description |
---|---|
bool |
PageIndex
Gets or sets the page index.
Declaration
public long PageIndex { get; set; }
Property Value
Type | Description |
---|---|
long |
PageSize
Gets or sets the page size.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
SearchText
Gets or sets the search text to filter the rule.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Gets or sets the rule status.
Declaration
public TranslationRuleStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
TranslationRuleStatus? |