Show / Hide Table of Contents

Class GetLanguagesTextsInput

Inheritance
object
GetLanguagesTextsInput
Namespace: Volo.Abp.LanguageManagement.Dto
Assembly: Volo.Abp.LanguageManagement.Application.Contracts.dll
Syntax
public class GetLanguagesTextsInput : PagedAndSortedResultRequestDto

Constructors

GetLanguagesTextsInput()

Declaration
public GetLanguagesTextsInput()

Properties

BaseCultureName

Declaration
public string BaseCultureName { get; set; }
Property Value
Type Description
string

Filter

Declaration
public string Filter { get; set; }
Property Value
Type Description
string

GetOnlyEmptyValues

Declaration
public bool GetOnlyEmptyValues { get; set; }
Property Value
Type Description
bool

ResourceName

Declaration
public string ResourceName { get; set; }
Property Value
Type Description
string

TargetCultureName

Declaration
public string TargetCultureName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft