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

Inheritance: DataSet
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
InitClass void
InitVars void
SchemaChanged void
ShouldSerializeOrder_Details bool
ShouldSerializeOrders bool

Méthodes publiques

Méthode Description
Clone ( ) : DataSet
myTypedDataSet ( ) : Xunit

Méthodes protégées

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

Private Methods

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

Method Details

Clone() public méthode

public Clone ( ) : DataSet
Résultat DataSet

GetSchemaSerializable() protected méthode

protected GetSchemaSerializable ( ) : XmlSchema
Résultat System.Xml.Schema.XmlSchema

ReadXmlSerializable() protected méthode

protected ReadXmlSerializable ( XmlReader reader ) : void
reader XmlReader
Résultat void

ShouldSerializeRelations() protected méthode

protected ShouldSerializeRelations ( ) : bool
Résultat bool

ShouldSerializeTables() protected méthode

protected ShouldSerializeTables ( ) : bool
Résultat bool

myTypedDataSet() public méthode

public myTypedDataSet ( ) : Xunit
Résultat Xunit

myTypedDataSet() protected méthode

protected myTypedDataSet ( SerializationInfo info, StreamingContext context ) : Xunit
info SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat Xunit