Property | Type | Description |
---|
Method | Description | |
---|---|---|
TestModel ( ) : System.Collections.Generic | ||
TestModel ( string myString, int myInt, bool createValidationError ) : System.Collections.Generic | ||
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable |
public TestModel ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public TestModel ( string myString, int myInt, bool createValidationError ) : System.Collections.Generic | ||
myString | string | |
myInt | int | |
createValidationError | bool | |
return | System.Collections.Generic |
public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable |
||
validationContext | System.ComponentModel.DataAnnotations.ValidationContext | |
return | IEnumerable |