Class ApplicationService_Validation_Tests.MyMethodInput
Inheritance
object
ApplicationService_Validation_Tests.MyMethodInput
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.MyMethodInput
Constructors
MyMethodInput()
Declaration
public MyMethodInput()
Properties
MyStringValue
Declaration
[Required]
[MinLength(3)]
public string MyStringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |