Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
FacetType.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
enum
FacetType
4
{
5
None
,
6
Length
,
7
MinLength
,
8
MaxLength
,
9
Pattern
,
10
Whitespace
,
11
Enumeration
,
12
MinExclusive
,
13
MinInclusive
,
14
MaxExclusive
,
15
MaxInclusive
,
16
TotalDigits
,
17
FractionDigits
18
}
System.Xml.Schema.FacetType
FacetType
Definition
FacetType.cs:4
System.Xml.Schema.FacetType.MaxExclusive
@ MaxExclusive
System.Xml.Schema.FacetType.Enumeration
@ Enumeration
System.Xml.Schema.FacetType.TotalDigits
@ TotalDigits
System.Xml.Schema.FacetType.Pattern
@ Pattern
System.Xml.Schema.FacetType.None
@ None
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.Whitespace
@ Whitespace
System.Xml.Schema.FacetType.FractionDigits
@ FractionDigits
System.Xml.Schema
Definition
Extensions.cs:3
source
System.Private.Xml
System.Xml.Schema
FacetType.cs
Generated by
1.10.0