C# 클래스 PasteXmlAsType.Converter

파일 보기 프로젝트 열기: o2platform/O2.Platform.Projects

공개 프로퍼티들

프로퍼티 타입 설명
SoleInstance Converter

공개 메소드들

메소드 설명
CanConvert ( string xml ) : bool
Convert ( CodeDomProvider codeProvider ) : string

비공개 메소드들

메소드 설명
AddSchemasForPrimitiveTypes ( XmlSchemaSet schemas ) : void
BuildDataContractArrayTypeList ( ) : List
RemoveComplexTypeSchemaIfNotUsed ( XmlSchemaSet schemas ) : void

메소드 상세

CanConvert() 공개 메소드

public CanConvert ( string xml ) : bool
xml string
리턴 bool

Convert() 공개 메소드

public Convert ( CodeDomProvider codeProvider ) : string
codeProvider System.CodeDom.Compiler.CodeDomProvider
리턴 string

프로퍼티 상세

SoleInstance 공개적으로 정적으로 프로퍼티

public static Converter,PasteXmlAsType SoleInstance
리턴 Converter