Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ScaffoldColumnAttribute.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel.DataAnnotations
;
2
3
[AttributeUsage(
AttributeTargets
.Property |
AttributeTargets
.Field, AllowMultiple =
false
)]
4
public
class
ScaffoldColumnAttribute
:
Attribute
5
{
6
public
bool
Scaffold
{
get
; }
7
8
public
ScaffoldColumnAttribute
(
bool
scaffold)
9
{
10
Scaffold
= scaffold;
11
}
12
}
System.Attribute
Definition
Attribute.cs:12
System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute.Scaffold
bool Scaffold
Definition
ScaffoldColumnAttribute.cs:6
System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute.ScaffoldColumnAttribute
ScaffoldColumnAttribute(bool scaffold)
Definition
ScaffoldColumnAttribute.cs:8
System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute
Definition
ScaffoldColumnAttribute.cs:5
System.ComponentModel.DataAnnotations
Definition
ColumnAttribute.cs:3
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:5
source
System.ComponentModel.Annotations
System.ComponentModel.DataAnnotations
ScaffoldColumnAttribute.cs
Generated by
1.10.0