Class GetParamsInput
Inheritance
object
GetParamsInput
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 GetParamsInput
Constructors
GetParamsInput()
Declaration
public GetParamsInput()
Properties
NameValue
Declaration
public GetParamsNameValue NameValue { get; set; }
Property Value
| Type | Description |
|---|---|
| GetParamsNameValue |
NameValues
Declaration
public List<GetParamsNameValue> NameValues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><GetParamsNameValue> |