C# Class System.Xml.Tests.TC_SchemaSet_Misc

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
ErrorInnerExceptionSet bool
WarningInnerExceptionSet bool
bErrorCallback bool
bWarningCallback bool
errorCount int
warningCount int

Méthodes publiques

Méthode Description
Callback1 ( object sender, ValidationEventArgs args ) : void
Initialize ( ) : void
TC_SchemaSet_Misc ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Méthode Description
CompileSchemaSet ( string xsd ) : XmlSchemaSet
Dev10_40495 ( ) : void
Dev10_40509 ( ) : void
Dev10_40511 ( ) : void
Dev10_40561 ( ) : void
Dev10_40563 ( ) : void
Dev10_64765 ( ) : void
GetBuiltinSimpleTypeWorksAsEcpected ( ) : void
OnValidationEvent ( object sender, ValidationEventArgs e ) : void
TFS_470020 ( ) : void
ValidateXPathNavigator ( XPathNavigator nav, XmlSchemaSet schemaSet ) : void
ValidateXPathNavigator ( string xml, XmlSchemaSet schemaSet ) : void
v1 ( ) : void
v10 ( object param0, object param1, object param2 ) : void
v100 ( ) : void
v101 ( ) : void
v102 ( ) : void
v103 ( object param0 ) : void
v105 ( ) : void
v106 ( ) : void
v107 ( ) : void
v108 ( ) : void
v109 ( ) : void
v110 ( ) : void
v111 ( ) : void
v112 ( ) : void
v113 ( ) : void
v114 ( ) : void
v116 ( ) : void
v117 ( ) : void
v118 ( ) : void
v120 ( ) : void
v120a ( ) : void
v124 ( ) : void
v125 ( ) : void
v2 ( ) : void
v20 ( ) : void
v21 ( ) : void
v22 ( ) : void
v24 ( ) : void
v25 ( ) : void
v26 ( ) : void
v27 ( ) : void
v28 ( ) : void
v4 ( ) : void

Method Details

Callback1() public méthode

public Callback1 ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

TC_SchemaSet_Misc() public méthode

public TC_SchemaSet_Misc ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
Résultat Xunit

ValidationCallback() public méthode

public ValidationCallback ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
Résultat void

Property Details

ErrorInnerExceptionSet public_oe property

public bool ErrorInnerExceptionSet
Résultat bool

WarningInnerExceptionSet public_oe property

public bool WarningInnerExceptionSet
Résultat bool

bErrorCallback public_oe property

public bool bErrorCallback
Résultat bool

bWarningCallback public_oe property

public bool bWarningCallback
Résultat bool

errorCount public_oe property

public int errorCount
Résultat int

warningCount public_oe property

public int warningCount
Résultat int