C# Class MsdnServiceWebRole.MsdnService

Inheritance: IMsdnService
Afficher le fichier Open project: crafters/msdn-azure

Méthodes publiques

Méthode Description
ObterDescription ( string typeOwner, string member ) : string
ObterMembers ( string typeOwner ) : List
ObterTodosNamespaces ( ) : List
ObterTypes ( string namespaceOwner ) : List

Method Details

ObterDescription() public méthode

public ObterDescription ( string typeOwner, string member ) : string
typeOwner string
member string
Résultat string

ObterMembers() public méthode

public ObterMembers ( string typeOwner ) : List
typeOwner string
Résultat List

ObterTodosNamespaces() public méthode

public ObterTodosNamespaces ( ) : List
Résultat List

ObterTypes() public méthode

public ObterTypes ( string namespaceOwner ) : List
namespaceOwner string
Résultat List