C# Class Kipunji.Adapters.MdocAdapter

Inheritance: BaseAdapter
Afficher le fichier Open project: jpobst/Kipunji

Méthodes publiques

Méthode Description
GetIndex ( ) : List
Initialize ( string docDirectory ) : void
ReadMember ( string assembly, string ns, string type, string member ) : MemberModel
ReadNamespace ( string assembly, string name ) : NamespaceModel
ReadType ( string assembly, string ns, string type, bool shallow ) : TypeModel

Private Methods

Méthode Description
CreateIndex ( ) : void
GetChildText ( XmlElement xe, string child, string defaultValue ) : string
GetChildXml ( XmlElement xe, string child, string defaultValue ) : string
PopulateMembersInType ( TypeModel model, XmlElement xe ) : void
PopulateTypesInNamespace ( string assembly, NamespaceModel model ) : void

Method Details

GetIndex() public méthode

public GetIndex ( ) : List
Résultat List

Initialize() public méthode

public Initialize ( string docDirectory ) : void
docDirectory string
Résultat void

ReadMember() public méthode

public ReadMember ( string assembly, string ns, string type, string member ) : MemberModel
assembly string
ns string
type string
member string
Résultat Kipunji.Models.MemberModel

ReadNamespace() public méthode

public ReadNamespace ( string assembly, string name ) : NamespaceModel
assembly string
name string
Résultat Kipunji.Models.NamespaceModel

ReadType() public méthode

public ReadType ( string assembly, string ns, string type, bool shallow ) : TypeModel
assembly string
ns string
type string
shallow bool
Résultat Kipunji.Models.TypeModel