Class ApplicationService_Validation_Tests.MyMethod3Input
Inheritance
object
ApplicationService_Validation_Tests.MyMethod3Input
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Validation
Assembly: Volo.Abp.Validation.Tests.dll
Syntax
public class ApplicationService_Validation_Tests.MyMethod3Input
Constructors
MyMethod3Input()
Declaration
public MyMethod3Input()
Properties
ArrayItems
Declaration
public ApplicationService_Validation_Tests.MyClassInList[] ArrayItems { get; set; }
Property Value
| Type | Description |
|---|---|
| MyClassInList[] |
ListItems
Declaration
public List<ApplicationService_Validation_Tests.MyClassInList> ListItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><ApplicationService_Validation_Tests.MyClassInList> |
MyStringValue2
Declaration
[Required]
[MinLength(2)]
public string MyStringValue2 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |