Show / Hide Table of Contents

Class CultureInfoDto

Inheritance
object
CultureInfoDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.LanguageManagement.Dto
Assembly: Volo.Abp.LanguageManagement.Application.Contracts.dll
Syntax
public class CultureInfoDto

Constructors

CultureInfoDto()

Declaration
public CultureInfoDto()

Properties

DisplayName

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

Name

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