C# 클래스 Dev2.Util.Dev2XamlCleaner

Used to clean the XAML def upon changes
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
badNamespaces string[]
replaceNamespaces ].string[

공개 메소드들

메소드 설명
CleanServiceDef ( StringBuilder def ) : StringBuilder

Cleans the service def.

StripNaughtyNamespaces ( StringBuilder def ) : StringBuilder

Strips the naughty namespaces.

비공개 메소드들

메소드 설명
ReplaceChangedNamespaces ( StringBuilder def ) : StringBuilder

Replaces the changed namespaces.

메소드 상세

CleanServiceDef() 공개 메소드

Cleans the service def.
public CleanServiceDef ( StringBuilder def ) : StringBuilder
def System.Text.StringBuilder The def.
리턴 System.Text.StringBuilder

StripNaughtyNamespaces() 공개 메소드

Strips the naughty namespaces.
public StripNaughtyNamespaces ( StringBuilder def ) : StringBuilder
def System.Text.StringBuilder The def.
리턴 System.Text.StringBuilder

프로퍼티 상세

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

public static string[] badNamespaces
리턴 string[]

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

public static string[,] replaceNamespaces
리턴 ].string[