Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RestrictionFlags.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
[Flags]
4
internal
enum
RestrictionFlags
5
{
6
Length
= 1,
7
MinLength
= 2,
8
MaxLength
= 4,
9
Pattern
= 8,
10
Enumeration = 0x10,
11
WhiteSpace
= 0x20,
12
MaxInclusive
= 0x40,
13
MaxExclusive
= 0x80,
14
MinInclusive
= 0x100,
15
MinExclusive
= 0x200,
16
TotalDigits
= 0x400,
17
FractionDigits
= 0x800
18
}
System.Xml.Schema.RestrictionFlags
RestrictionFlags
Definition
RestrictionFlags.cs:5
System.Xml.Schema.RestrictionFlags.WhiteSpace
@ WhiteSpace
System.Xml.Schema.FacetType.MaxExclusive
@ MaxExclusive
System.Xml.Schema.FacetType.TotalDigits
@ TotalDigits
System.Xml.Schema.FacetType.Pattern
@ Pattern
System.Xml.Schema.FacetType.MinExclusive
@ MinExclusive
System.Xml.Schema.FacetType.MaxInclusive
@ MaxInclusive
System.Xml.Schema.FacetType.MinLength
@ MinLength
System.Xml.Schema.FacetType.MinInclusive
@ MinInclusive
System.Xml.Schema.FacetType.MaxLength
@ MaxLength
System.Xml.Schema.FacetType.Length
@ Length
System.Xml.Schema.FacetType.FractionDigits
@ FractionDigits
System.Xml.Schema
Definition
Extensions.cs:3
source
System.Private.Xml
System.Xml.Schema
RestrictionFlags.cs
Generated by
1.10.0