terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
DataObjectFieldAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x02000362 RID: 866
7
[
AttributeUsage
(
AttributeTargets
.Property)]
8
public
sealed
class
DataObjectFieldAttribute
:
Attribute
9
{
10
// Token: 0x06001699 RID: 5785 RVA: 0x00041EE4 File Offset: 0x000400E4
11
public
DataObjectFieldAttribute
(
bool
primaryKey
)
12
{
13
}
14
15
// Token: 0x0600169A RID: 5786 RVA: 0x00041EF8 File Offset: 0x000400F8
16
public
DataObjectFieldAttribute
(
bool
primaryKey
,
bool
isIdentity
)
17
{
18
}
19
20
// Token: 0x0600169B RID: 5787 RVA: 0x00041F0C File Offset: 0x0004010C
21
public
DataObjectFieldAttribute
(
bool
primaryKey
,
bool
isIdentity
,
bool
isNullable
)
22
{
23
}
24
25
// Token: 0x0600169C RID: 5788 RVA: 0x00041F20 File Offset: 0x00040120
26
public
DataObjectFieldAttribute
(
bool
primaryKey
,
bool
isIdentity
,
bool
isNullable
,
int
length
)
27
{
28
this.Length
=
length
;
29
}
30
31
// Token: 0x17000522 RID: 1314
32
// (get) Token: 0x0600169D RID: 5789 RVA: 0x00041F3C File Offset: 0x0004013C
33
public
bool
IsIdentity
34
{
35
[
CompilerGenerated
]
36
get
37
{
38
return
this.<
IsIdentity
>
k__BackingField
;
39
}
40
}
41
42
// Token: 0x17000523 RID: 1315
43
// (get) Token: 0x0600169E RID: 5790 RVA: 0x00041F50 File Offset: 0x00040150
44
public
bool
IsNullable
45
{
46
[
CompilerGenerated
]
47
get
48
{
49
return
this.<
IsNullable
>
k__BackingField
;
50
}
51
}
52
53
// Token: 0x17000524 RID: 1316
54
// (get) Token: 0x0600169F RID: 5791 RVA: 0x00041F64 File Offset: 0x00040164
55
public
int
Length
56
{
57
[
CompilerGenerated
]
58
get
59
{
60
return
this.<
Length
>
k__BackingField
;
61
}
62
}
63
64
// Token: 0x17000525 RID: 1317
65
// (get) Token: 0x060016A0 RID: 5792 RVA: 0x00041F78 File Offset: 0x00040178
66
public
bool
PrimaryKey
67
{
68
[
CompilerGenerated
]
69
get
70
{
71
return
this.<
PrimaryKey
>
k__BackingField
;
72
}
73
}
74
75
// Token: 0x060016A1 RID: 5793 RVA: 0x00041F8C File Offset: 0x0004018C
76
public
override
bool
Equals
(
object
obj
)
77
{
78
if
(obj !=
null
)
79
{
80
bool
flag = this.<
IsIdentity
>
k__BackingField
;
81
bool
flag2
= this.<
IsNullable
>
k__BackingField
;
82
int
num = this.<
Length
>
k__BackingField
;
83
bool
flag3
= this.<
PrimaryKey
>
k__BackingField
;
84
}
85
return
true
;
86
}
87
88
// Token: 0x060016A2 RID: 5794 RVA: 0x00041FBC File Offset: 0x000401BC
89
public
override
int
GetHashCode
()
90
{
91
return
base
.GetHashCode();
92
}
93
94
// Token: 0x040011EC RID: 4588
95
[
CompilerGenerated
]
96
private
readonly
bool <IsIdentity>
k__BackingField
;
97
98
// Token: 0x040011ED RID: 4589
99
[
CompilerGenerated
]
100
private
readonly
bool <IsNullable>
k__BackingField
;
101
102
// Token: 0x040011EE RID: 4590
103
[
CompilerGenerated
]
104
private
readonly
int <Length>
k__BackingField
;
105
106
// Token: 0x040011EF RID: 4591
107
[
CompilerGenerated
]
108
private
readonly
bool <PrimaryKey>
k__BackingField
;
109
}
110
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.DataObjectFieldAttribute.GetHashCode
override int GetHashCode()
Definition
DataObjectFieldAttribute.cs:89
System.ComponentModel.DataObjectFieldAttribute.k__BackingField
readonly bool< IsIdentity > k__BackingField
Definition
DataObjectFieldAttribute.cs:96
System.ComponentModel.DataObjectFieldAttribute.DataObjectFieldAttribute
DataObjectFieldAttribute(bool primaryKey, bool isIdentity)
Definition
DataObjectFieldAttribute.cs:16
System.ComponentModel.DataObjectFieldAttribute.DataObjectFieldAttribute
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable)
Definition
DataObjectFieldAttribute.cs:21
System.ComponentModel.DataObjectFieldAttribute.k__BackingField
readonly int< Length > k__BackingField
Definition
DataObjectFieldAttribute.cs:104
System.ComponentModel.DataObjectFieldAttribute.k__BackingField
readonly bool< PrimaryKey > k__BackingField
Definition
DataObjectFieldAttribute.cs:108
System.ComponentModel.DataObjectFieldAttribute.DataObjectFieldAttribute
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length)
Definition
DataObjectFieldAttribute.cs:26
System.ComponentModel.DataObjectFieldAttribute.IsIdentity
bool IsIdentity
Definition
DataObjectFieldAttribute.cs:34
System.ComponentModel.DataObjectFieldAttribute.IsNullable
bool IsNullable
Definition
DataObjectFieldAttribute.cs:45
System.ComponentModel.DataObjectFieldAttribute.DataObjectFieldAttribute
DataObjectFieldAttribute(bool primaryKey)
Definition
DataObjectFieldAttribute.cs:11
System.ComponentModel.DataObjectFieldAttribute.Equals
override bool Equals(object obj)
Definition
DataObjectFieldAttribute.cs:76
System.ComponentModel.DataObjectFieldAttribute.Length
int Length
Definition
DataObjectFieldAttribute.cs:56
System.ComponentModel.DataObjectFieldAttribute.k__BackingField
readonly bool< IsNullable > k__BackingField
Definition
DataObjectFieldAttribute.cs:100
System.ComponentModel.DataObjectFieldAttribute.PrimaryKey
bool PrimaryKey
Definition
DataObjectFieldAttribute.cs:67
System.ComponentModel.DataObjectFieldAttribute
Definition
DataObjectFieldAttribute.cs:9
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.length
@ length
System.ExceptionArgument.obj
@ obj
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
ComponentModel
DataObjectFieldAttribute.cs
Generated by
1.10.0