Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_mapNameTypeXdr

readonly NameType [] System.Data.XDRSchema.s_mapNameTypeXdr
staticprivate
Initial value:
= new NameType[36]
{
new NameType("bin.base64", typeof(byte[])),
new NameType("bin.hex", typeof(byte[])),
new NameType("boolean", typeof(bool)),
new NameType("byte", typeof(sbyte)),
new NameType("char", typeof(char)),
new NameType("date", typeof(DateTime)),
new NameType("dateTime", typeof(DateTime)),
new NameType("dateTime.tz", typeof(DateTime)),
new NameType("entities", typeof(string)),
new NameType("entity", typeof(string)),
new NameType("enumeration", typeof(string)),
new NameType("fixed.14.4", typeof(decimal)),
new NameType("float", typeof(double)),
new NameType("i1", typeof(sbyte)),
new NameType("i2", typeof(short)),
new NameType("i4", typeof(int)),
new NameType("i8", typeof(long)),
new NameType("id", typeof(string)),
new NameType("idref", typeof(string)),
new NameType("idrefs", typeof(string)),
new NameType("int", typeof(int)),
new NameType("nmtoken", typeof(string)),
new NameType("nmtokens", typeof(string)),
new NameType("notation", typeof(string)),
new NameType("number", typeof(decimal)),
new NameType("r4", typeof(float)),
new NameType("r8", typeof(double)),
new NameType("string", typeof(string)),
new NameType("time", typeof(DateTime)),
new NameType("time.tz", typeof(DateTime)),
new NameType("ui1", typeof(byte)),
new NameType("ui2", typeof(ushort)),
new NameType("ui4", typeof(uint)),
new NameType("ui8", typeof(ulong)),
new NameType("uri", typeof(string)),
new NameType("uuid", typeof(Guid))
}

Definition at line 38 of file XDRSchema.cs.

39 {
40 new NameType("bin.base64", typeof(byte[])),
41 new NameType("bin.hex", typeof(byte[])),
42 new NameType("boolean", typeof(bool)),
43 new NameType("byte", typeof(sbyte)),
44 new NameType("char", typeof(char)),
45 new NameType("date", typeof(DateTime)),
46 new NameType("dateTime", typeof(DateTime)),
47 new NameType("dateTime.tz", typeof(DateTime)),
48 new NameType("entities", typeof(string)),
49 new NameType("entity", typeof(string)),
50 new NameType("enumeration", typeof(string)),
51 new NameType("fixed.14.4", typeof(decimal)),
52 new NameType("float", typeof(double)),
53 new NameType("i1", typeof(sbyte)),
54 new NameType("i2", typeof(short)),
55 new NameType("i4", typeof(int)),
56 new NameType("i8", typeof(long)),
57 new NameType("id", typeof(string)),
58 new NameType("idref", typeof(string)),
59 new NameType("idrefs", typeof(string)),
60 new NameType("int", typeof(int)),
61 new NameType("nmtoken", typeof(string)),
62 new NameType("nmtokens", typeof(string)),
63 new NameType("notation", typeof(string)),
64 new NameType("number", typeof(decimal)),
65 new NameType("r4", typeof(float)),
66 new NameType("r8", typeof(double)),
67 new NameType("string", typeof(string)),
68 new NameType("time", typeof(DateTime)),
69 new NameType("time.tz", typeof(DateTime)),
70 new NameType("ui1", typeof(byte)),
71 new NameType("ui2", typeof(ushort)),
72 new NameType("ui4", typeof(uint)),
73 new NameType("ui8", typeof(ulong)),
74 new NameType("uri", typeof(string)),
75 new NameType("uuid", typeof(Guid))
76 };

Referenced by System.Data.XDRSchema.FindNameType().