C# 클래스 ReSharper.NTriples.Impl.Tree.PrefixDeclaration

상속: IDeclaredElement
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples

공개 메소드들

메소드 설명
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetNameRange ( ) : TreeTextRange
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
IsSynthetic ( ) : bool
SetName ( string name ) : void

비공개 메소드들

메소드 설명
GetDeclaredName ( ) : string

메소드 상세

GetDeclarations() 공개 메소드

public GetDeclarations ( ) : IList
리턴 IList

GetDeclarationsIn() 공개 메소드

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
리턴 IList

GetElementType() 공개 메소드

public GetElementType ( ) : DeclaredElementType
리턴 DeclaredElementType

GetNameRange() 공개 메소드

public GetNameRange ( ) : TreeTextRange
리턴 TreeTextRange

GetXMLDescriptionSummary() 공개 메소드

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
리턴 System.Xml.XmlNode

GetXMLDoc() 공개 메소드

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
리턴 System.Xml.XmlNode

IsSynthetic() 공개 메소드

public IsSynthetic ( ) : bool
리턴 bool

SetName() 공개 메소드

public SetName ( string name ) : void
name string
리턴 void