Class ApplicationService_Validation_Tests.MyMethod3Input
Inheritance
ApplicationService_Validation_Tests.MyMethod3Input
Assembly: Volo.Abp.Validation.Tests.dll
public class ApplicationService_Validation_Tests.MyMethod3Input
Constructors
Declaration
Properties
Declaration
public ApplicationService_Validation_Tests.MyClassInList[] ArrayItems { get; set; }
Property Value
Declaration
public List<ApplicationService_Validation_Tests.MyClassInList> ListItems { get; set; }
Property Value
Declaration
[Required]
[MinLength(2)]
public string MyStringValue2 { get; set; }
Property Value
Extension Methods