Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PetStore
Importer
PetStoreImporter
C# Class PetStore.Importer.PetStoreImporter
显示文件
Open project: TelerikAcademy/Databases
Class Usage Examples
Public Methods
Method
Description
Create
(
TextWriter
textWriter
) :
PetStoreImporter
Import
( ) :
void
Private Methods
Method
Description
PetStoreImporter
(
TextWriter
textWriter
) :
System
Method Details
Create()
public
static
method
public
static
Create
(
TextWriter
textWriter
) :
PetStoreImporter
textWriter
System.IO.TextWriter
return
PetStoreImporter
Import()
public
method
public
Import
( ) :
void
return
void