Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TypeName
string
? System.ComponentModel.DataAnnotations.Schema.ColumnAttribute.TypeName
get
set
Definition at line
30
of file
ColumnAttribute.cs
.
31
{
32
get
33
{
34
return
_typeName
;
35
}
36
[param: DisallowNull]
37
set
38
{
39
if
(
string
.IsNullOrWhiteSpace(
value
))
40
{
41
throw
new
ArgumentException
(
System
.
SR
.
Format
(
System
.
SR
.
ArgumentIsNullOrWhitespace
,
"value"
),
"value"
);
42
}
43
_typeName
=
value
;
44
}
45
}
System.ComponentModel.DataAnnotations.Schema.ColumnAttribute._typeName
string _typeName
Definition
ColumnAttribute.cs:10
System.SR.Format
static string Format(string resourceFormat, object p1)
Definition
SR.cs:118
System.SR.ArgumentIsNullOrWhitespace
static string ArgumentIsNullOrWhitespace
Definition
SR.cs:14
System.SR
Definition
SR.cs:7
System.Xml.ExceptionType.ArgumentException
@ ArgumentException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
ComponentModel
DataAnnotations
Schema
ColumnAttribute
Generated by
1.10.0