C# Class DoxDoxygenXML.ParserTools

Afficher le fichier Open project: codaxy/dox

Méthodes publiques

Méthode 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 méthode

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

GetNameFromFullName() public static méthode

Split the name from the fullName
public static GetNameFromFullName ( string name ) : string
name string /// A ///
Résultat string

GetNamespaceFromFullName() public static méthode

Split the Namepsace information from the fullName
public static GetNamespaceFromFullName ( string fullName ) : string
fullName string /// A ///
Résultat string

ParseProtectionLevel() public static méthode

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