C# Class Dev2.Util.Dev2XamlCleaner

Used to clean the XAML def upon changes
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Properties

Property Type Description
badNamespaces string[]
replaceNamespaces ].string[

Public Methods

Method Description
CleanServiceDef ( StringBuilder def ) : StringBuilder

Cleans the service def.

StripNaughtyNamespaces ( StringBuilder def ) : StringBuilder

Strips the naughty namespaces.

Private Methods

Method Description
ReplaceChangedNamespaces ( StringBuilder def ) : StringBuilder

Replaces the changed namespaces.

Method Details

CleanServiceDef() public method

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

StripNaughtyNamespaces() public method

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

Property Details

badNamespaces public_oe static_oe property

public static string[] badNamespaces
return string[]

replaceNamespaces public_oe static_oe property

public static string[,] replaceNamespaces
return ].string[