C# Class MsdnParserProject.MsdnParser

ファイルを表示 Open project: crafters/msdn-azure Class Usage Examples

Public Properties

Property Type Description
DefaultUri string

Public Methods

Method Description
LoadMember ( string typeUri, string namespaceOwner, string typeOwner ) : void
LoadNamespaces ( string uri ) : IList
LoadType ( string typeUri, string namespaceOwner ) : void
MsdnParser ( IMsdn api, IArmazenador armazenador, IEnfileirador enfileirador ) : System.Collections.Generic

Private Methods

Method Description
LoadConstructors ( HtmlAgilityPack.HtmlDocument typeDocument, string typeOwner ) : void
LoadDocument ( string uri ) : HtmlAgilityPack.HtmlDocument
LoadEvents ( HtmlAgilityPack.HtmlDocument typeDocument, string typeOwner ) : void
LoadMembers ( HtmlAgilityPack.HtmlDocument typeDocument, string memberType, string typeOwner ) : void
LoadMethods ( HtmlAgilityPack.HtmlDocument typeDocument, string typeOwner ) : void
LoadProperties ( HtmlAgilityPack.HtmlDocument typeDocument, string typeOwner ) : void
ObterNamespacesMetaInfo ( string url ) : IList
ObterTypesMetaInfo ( string url, string namespaceOwner ) : void

Method Details

LoadMember() public method

public LoadMember ( string typeUri, string namespaceOwner, string typeOwner ) : void
typeUri string
namespaceOwner string
typeOwner string
return void

LoadNamespaces() public method

public LoadNamespaces ( string uri ) : IList
uri string
return IList

LoadType() public method

public LoadType ( string typeUri, string namespaceOwner ) : void
typeUri string
namespaceOwner string
return void

MsdnParser() public method

public MsdnParser ( IMsdn api, IArmazenador armazenador, IEnfileirador enfileirador ) : System.Collections.Generic
api IMsdn
armazenador IArmazenador
enfileirador IEnfileirador
return System.Collections.Generic

Property Details

DefaultUri public_oe static_oe property

public static string DefaultUri
return string