C# Class System.Xml.Tests.TC_SchemaSet_Compile

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
Initialize ( ) : void
TC_SchemaSet_Compile ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Méthode Description
TFS_470021 ( ) : void
v1 ( ) : void
v2 ( ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

TC_SchemaSet_Compile() public méthode

public TC_SchemaSet_Compile ( 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