C# Class Dev2.Util.Dev2XamlCleaner

Used to clean the XAML def upon changes
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Свойство Type Description
badNamespaces string[]
replaceNamespaces ].string[

Méthodes publiques

Méthode Description
CleanServiceDef ( StringBuilder def ) : StringBuilder

Cleans the service def.

StripNaughtyNamespaces ( StringBuilder def ) : StringBuilder

Strips the naughty namespaces.

Private Methods

Méthode Description
ReplaceChangedNamespaces ( StringBuilder def ) : StringBuilder

Replaces the changed namespaces.

Method Details

CleanServiceDef() public méthode

Cleans the service def.
public CleanServiceDef ( StringBuilder def ) : StringBuilder
def System.Text.StringBuilder The def.
Résultat System.Text.StringBuilder

StripNaughtyNamespaces() public méthode

Strips the naughty namespaces.
public StripNaughtyNamespaces ( StringBuilder def ) : StringBuilder
def System.Text.StringBuilder The def.
Résultat System.Text.StringBuilder

Property Details

badNamespaces public_oe static_oe property

public static string[] badNamespaces
Résultat string[]

replaceNamespaces public_oe static_oe property

public static string[,] replaceNamespaces
Résultat ].string[