C# Class DoxDoxygenXML.ParserTools

Datei anzeigen Open project: codaxy/dox

Public Methods

Method Description
CreateType ( string kind ) : Type

Parse type of Type from string to Type Enum

GetNameFromFullName ( string name ) : string

Split the name from the fullName

GetNamespaceFromFullName ( string fullName ) : string

Split the Namepsace information from the fullName

ParseProtectionLevel ( string level ) : ProtectionLevel

Parse protection level from string to ProtectionLevel enum

Method Details

CreateType() public static method

Parse type of Type from string to Type Enum
public static CreateType ( string kind ) : Type
kind string /// A ///
return Codaxy.Dox.Type

GetNameFromFullName() public static method

Split the name from the fullName
public static GetNameFromFullName ( string name ) : string
name string /// A ///
return string

GetNamespaceFromFullName() public static method

Split the Namepsace information from the fullName
public static GetNamespaceFromFullName ( string fullName ) : string
fullName string /// A ///
return string

ParseProtectionLevel() public static method

Parse protection level from string to ProtectionLevel enum
public static ParseProtectionLevel ( string level ) : ProtectionLevel
level string /// A ///
return ProtectionLevel