Class GetParamsNameValue
Inherited Members
Namespace: Volo.Abp.TestApp.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class GetParamsNameValue : ExtensibleObject, IHasExtraProperties, IValidatableObject
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 |