Class GetWithComplexTypeInput
Inheritance
object
GetWithComplexTypeInput
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 GetWithComplexTypeInput
Constructors
GetWithComplexTypeInput()
Declaration
public GetWithComplexTypeInput()
Properties
Inner1
Declaration
public GetWithComplexTypeInput.GetWithComplexTypeInner Inner1 { get; set; }
Property Value
| Type | Description |
|---|---|
| GetWithComplexTypeInput.GetWithComplexTypeInner |
Value1
Declaration
public string Value1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |