Class ApplicationService_Validation_Tests.MyMethod2Input
Inheritance
ApplicationService_Validation_Tests.MyMethod2Input
Assembly: Volo.Abp.Validation.Tests.dll
public class ApplicationService_Validation_Tests.MyMethod2Input
Constructors
Declaration
Properties
Declaration
public DateTime DateTimeValue { get; set; }
Property Value
Declaration
[Required]
public ApplicationService_Validation_Tests.MyMethodInput Input1 { get; set; }
Property Value
Declaration
[Required]
[MinLength(2)]
public string MyStringValue2 { get; set; }
Property Value
Extension Methods