Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IValidatableObject.cs
Go to the documentation of this file.
1
using
System.Collections.Generic
;
2
3
namespace
System.ComponentModel.DataAnnotations
;
4
5
public
interface
IValidatableObject
6
{
7
IEnumerable<ValidationResult>
Validate
(
ValidationContext
validationContext
);
8
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ComponentModel.DataAnnotations.ValidationContext
Definition
ValidationContext.cs:7
System.ComponentModel.DataAnnotations.IValidatableObject.Validate
IEnumerable< ValidationResult > Validate(ValidationContext validationContext)
System.ComponentModel.DataAnnotations.IValidatableObject
Definition
IValidatableObject.cs:6
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.ComponentModel.DataAnnotations
Definition
ColumnAttribute.cs:3
source
System.ComponentModel.Annotations
System.ComponentModel.DataAnnotations
IValidatableObject.cs
Generated by
1.10.0