C# Class pocorall.SCM_Notifier.SvnXml

Datei anzeigen Open project: pocorall/scm-notifier Class Usage Examples

Public Methods

Method Description
ContainsKey ( string key ) : bool
Create ( string output ) : void
GetValue ( string key ) : string
ParseXmlForStatus ( ) : void

Method Details

ContainsKey() public static method

public static ContainsKey ( string key ) : bool
key string
return bool

Create() public static method

public static Create ( string output ) : void
output string
return void

GetValue() public static method

public static GetValue ( string key ) : string
key string
return string

ParseXmlForStatus() public static method

public static ParseXmlForStatus ( ) : void
return void