Class LocalizableStringDto
Inheritance
object
LocalizableStringDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.ObjectExtending
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class LocalizableStringDto
Constructors
LocalizableStringDto(string, string)
Declaration
public LocalizableStringDto(string name, string resource = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | resource |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Resource
Declaration
public string Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |