C# Class MsdnServiceWebRole.MsdnService

Inheritance: IMsdnService
Show file Open project: crafters/msdn-azure

Public Methods

Method Description
ObterDescription ( string typeOwner, string member ) : string
ObterMembers ( string typeOwner ) : List
ObterTodosNamespaces ( ) : List
ObterTypes ( string namespaceOwner ) : List

Method Details

ObterDescription() public method

public ObterDescription ( string typeOwner, string member ) : string
typeOwner string
member string
return string

ObterMembers() public method

public ObterMembers ( string typeOwner ) : List
typeOwner string
return List

ObterTodosNamespaces() public method

public ObterTodosNamespaces ( ) : List
return List

ObterTypes() public method

public ObterTypes ( string namespaceOwner ) : List
namespaceOwner string
return List