C# Class System.Data.Tests.DataSetTypedDataSetTest.myTypedDataSet

Inheritance: DataSet
Datei anzeigen Open project: dotnet/corefx

Private Properties

Property Type Description
InitClass void
InitVars void
SchemaChanged void
ShouldSerializeOrder_Details bool
ShouldSerializeOrders bool

Public Methods

Method Description
Clone ( ) : DataSet
myTypedDataSet ( ) : Xunit

Protected Methods

Method Description
GetSchemaSerializable ( ) : XmlSchema
ReadXmlSerializable ( XmlReader reader ) : void
ShouldSerializeRelations ( ) : bool
ShouldSerializeTables ( ) : bool
myTypedDataSet ( SerializationInfo info, StreamingContext context ) : Xunit

Private Methods

Method Description
InitClass ( ) : void
InitVars ( ) : void
SchemaChanged ( object sender, CollectionChangeEventArgs e ) : void
ShouldSerializeOrder_Details ( ) : bool
ShouldSerializeOrders ( ) : bool

Method Details

Clone() public method

public Clone ( ) : DataSet
return DataSet

GetSchemaSerializable() protected method

protected GetSchemaSerializable ( ) : XmlSchema
return System.Xml.Schema.XmlSchema

ReadXmlSerializable() protected method

protected ReadXmlSerializable ( XmlReader reader ) : void
reader XmlReader
return void

ShouldSerializeRelations() protected method

protected ShouldSerializeRelations ( ) : bool
return bool

ShouldSerializeTables() protected method

protected ShouldSerializeTables ( ) : bool
return bool

myTypedDataSet() public method

public myTypedDataSet ( ) : Xunit
return Xunit

myTypedDataSet() protected method

protected myTypedDataSet ( SerializationInfo info, StreamingContext context ) : Xunit
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
return Xunit