Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InversePropertyAttribute()

System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute.InversePropertyAttribute ( string property)
inline

Definition at line 8 of file InversePropertyAttribute.cs.

9 {
10 if (string.IsNullOrWhiteSpace(property))
11 {
12 throw new ArgumentException(System.SR.Format(System.SR.ArgumentIsNullOrWhitespace, "property"), "property");
13 }
14 Property = property;
15 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string ArgumentIsNullOrWhitespace
Definition SR.cs:14
Definition SR.cs:7

References System.SR.ArgumentIsNullOrWhitespace, System.SR.Format(), and System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute.Property.