Class GetParamsNameValue
Inheritance
object
GetParamsNameValue
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class GetParamsNameValue
Constructors
GetParamsNameValue()
Declaration
public GetParamsNameValue()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |