C# 클래스 Kipunji.Adapters.BaseAdapter

파일 보기 프로젝트 열기: jpobst/Kipunji

공개 메소드들

메소드 설명
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

메소드 상세

GetIndex() 공개 추상적인 메소드

public abstract GetIndex ( ) : List
리턴 List

Initialize() 공개 추상적인 메소드

public abstract Initialize ( string docDirectory ) : void
docDirectory string
리턴 void

ReadMember() 공개 추상적인 메소드

public abstract ReadMember ( string assembly, string ns, string type, string member ) : MemberModel
assembly string
ns string
type string
member string
리턴 Kipunji.Models.MemberModel

ReadNamespace() 공개 추상적인 메소드

public abstract ReadNamespace ( string assembly, string name ) : NamespaceModel
assembly string
name string
리턴 Kipunji.Models.NamespaceModel

ReadType() 공개 추상적인 메소드

public abstract ReadType ( string assembly, string ns, string type, bool shallow ) : TypeModel
assembly string
ns string
type string
shallow bool
리턴 Kipunji.Models.TypeModel