C# Class System.Xml.Tests.TC_SchemaSet_Compile

Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
ErrorInnerExceptionSet bool
WarningInnerExceptionSet bool
bErrorCallback bool
bWarningCallback bool
errorCount int
warningCount int

Public Methods

Method Description
Initialize ( ) : void
TC_SchemaSet_Compile ( ITestOutputHelper output ) : Xunit
ValidationCallback ( object sender, ValidationEventArgs args ) : void

Private Methods

Method Description
TFS_470021 ( ) : void
v1 ( ) : void
v2 ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

TC_SchemaSet_Compile() public method

public TC_SchemaSet_Compile ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
return Xunit

ValidationCallback() public method

public ValidationCallback ( object sender, ValidationEventArgs args ) : void
sender object
args System.Xml.Schema.ValidationEventArgs
return void

Property Details

ErrorInnerExceptionSet public_oe property

public bool ErrorInnerExceptionSet
return bool

WarningInnerExceptionSet public_oe property

public bool WarningInnerExceptionSet
return bool

bErrorCallback public_oe property

public bool bErrorCallback
return bool

bWarningCallback public_oe property

public bool bWarningCallback
return bool

errorCount public_oe property

public int errorCount
return int

warningCount public_oe property

public int warningCount
return int