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