Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TranslateRule()
static
Rule
System.Data.XSDSchema.TranslateRule
(
string
strRule
)
inline
static
package
Definition at line
1142
of file
XSDSchema.cs
.
1143
{
1144
return
strRule
switch
1145
{
1146
"Cascade"
=> Rule.Cascade,
1147
"None"
=> Rule.None,
1148
"SetDefault"
=> Rule.SetDefault,
1149
"SetNull"
=> Rule.SetNull,
1150
_
=> Rule.Cascade,
1151
};
1152
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Referenced by
System.Data.XSDSchema.HandleKeyref()
.
System
Data
XSDSchema
Generated by
1.10.0