C# 클래스 System.Data.Tests.DataSetTypedDataSetTest.myTypedDataSet

상속: DataSet
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
InitClass void
InitVars void
SchemaChanged void
ShouldSerializeOrder_Details bool
ShouldSerializeOrders bool

공개 메소드들

메소드 설명
Clone ( ) : DataSet
myTypedDataSet ( ) : Xunit

보호된 메소드들

메소드 설명
GetSchemaSerializable ( ) : XmlSchema
ReadXmlSerializable ( XmlReader reader ) : void
ShouldSerializeRelations ( ) : bool
ShouldSerializeTables ( ) : bool
myTypedDataSet ( SerializationInfo info, StreamingContext context ) : Xunit

비공개 메소드들

메소드 설명
InitClass ( ) : void
InitVars ( ) : void
SchemaChanged ( object sender, CollectionChangeEventArgs e ) : void
ShouldSerializeOrder_Details ( ) : bool
ShouldSerializeOrders ( ) : bool

메소드 상세

Clone() 공개 메소드

public Clone ( ) : DataSet
리턴 DataSet

GetSchemaSerializable() 보호된 메소드

protected GetSchemaSerializable ( ) : XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXmlSerializable() 보호된 메소드

protected ReadXmlSerializable ( XmlReader reader ) : void
reader XmlReader
리턴 void

ShouldSerializeRelations() 보호된 메소드

protected ShouldSerializeRelations ( ) : bool
리턴 bool

ShouldSerializeTables() 보호된 메소드

protected ShouldSerializeTables ( ) : bool
리턴 bool

myTypedDataSet() 공개 메소드

public myTypedDataSet ( ) : Xunit
리턴 Xunit

myTypedDataSet() 보호된 메소드

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