C# 클래스 Dev2.Data.Util.Scrubber

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Scrub ( string text ) : string
Scrub ( string text, ScrubType scrubType ) : string

비공개 메소드들

메소드 설명
AddAttributes ( System.Xml.Linq.XElement source, System.Xml.Linq.XContainer target ) : void
RemoveAllNamespaces ( System.Xml.Linq.XElement xmlDocument ) : System.Xml.Linq.XElement
ScrubJson ( string text ) : string
ScrubXml ( string text ) : string

메소드 상세

Scrub() 공개 정적인 메소드

public static Scrub ( string text ) : string
text string
리턴 string

Scrub() 공개 정적인 메소드

public static Scrub ( string text, ScrubType scrubType ) : string
text string
scrubType ScrubType
리턴 string