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