Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Thinktecture
Tools
Web
Services
CodeGeneration
ServiceTypeGenerator
C# Class Thinktecture.Tools.Web.Services.CodeGeneration.ServiceTypeGenerator
This class contains the code decorator implementation for generating the service type.
Inheritance:
ICodeDecorator
ファイルを表示
Open project: WSCF/WSCF
Public Methods
Method
Description
Decorate
(
ExtendedCodeDomTree
code
,
CustomCodeGenerationOptions
options
) :
void
Private Methods
Method
Description
CreateServiceType
( ) :
void
Method Details
Decorate()
public
method
public
Decorate
(
ExtendedCodeDomTree
code
,
CustomCodeGenerationOptions
options
) :
void
code
ExtendedCodeDomTree
options
CustomCodeGenerationOptions
return
void