C# 클래스 ReSharper.NTriples.Resolve.UriIdentifierDeclaredElement

상속: IDeclaredElement, IUriIdentifierDeclaredElement
파일 보기 프로젝트 열기: xsburg/ReSharper.NTriples 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetDeclarations ( ) : IList
GetDeclarations ( IUriIdentifierDeclaredElement declaredElement ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile, IUriIdentifierDeclaredElement declaredElement ) : IList
GetElementType ( ) : DeclaredElementType
GetHashCode ( ) : int
GetInfo ( ) : IdentifierInfo
GetKind ( ) : IdentifierKind
GetLocalName ( ) : string
GetNamespace ( ) : string
GetPsiServices ( ) : IPsiServices
GetSourceFiles ( ) : HybridCollection
GetSourceFiles ( IUriIdentifierDeclaredElement declaredElement ) : HybridCollection
GetUri ( ) : string
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool
UriIdentifierDeclaredElement ( IFile file, string @namespace, string localName, IdentifierInfo info, IPsiServices services, bool filterDeclarations = false, IUriIdentifierDeclaredElement parent = null ) : System.Collections.Generic

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetDeclarations() 공개 메소드

public GetDeclarations ( ) : IList
리턴 IList

GetDeclarations() 공개 정적인 메소드

public static GetDeclarations ( IUriIdentifierDeclaredElement declaredElement ) : IList
declaredElement IUriIdentifierDeclaredElement
리턴 IList

GetDeclarationsIn() 공개 메소드

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

GetDeclarationsIn() 공개 정적인 메소드

public static GetDeclarationsIn ( IPsiSourceFile sourceFile, IUriIdentifierDeclaredElement declaredElement ) : IList
sourceFile IPsiSourceFile
declaredElement IUriIdentifierDeclaredElement
리턴 IList

GetElementType() 공개 메소드

public GetElementType ( ) : DeclaredElementType
리턴 DeclaredElementType

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetInfo() 공개 메소드

public GetInfo ( ) : IdentifierInfo
리턴 ReSharper.NTriples.Cache.IdentifierInfo

GetKind() 공개 메소드

public GetKind ( ) : IdentifierKind
리턴 IdentifierKind

GetLocalName() 공개 메소드

public GetLocalName ( ) : string
리턴 string

GetNamespace() 공개 메소드

public GetNamespace ( ) : string
리턴 string

GetPsiServices() 공개 메소드

public GetPsiServices ( ) : IPsiServices
리턴 IPsiServices

GetSourceFiles() 공개 메소드

public GetSourceFiles ( ) : HybridCollection
리턴 HybridCollection

GetSourceFiles() 공개 정적인 메소드

public static GetSourceFiles ( IUriIdentifierDeclaredElement declaredElement ) : HybridCollection
declaredElement IUriIdentifierDeclaredElement
리턴 HybridCollection

GetUri() 공개 메소드

public GetUri ( ) : string
리턴 string

GetXMLDescriptionSummary() 공개 메소드

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

GetXMLDoc() 공개 메소드

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

HasDeclarationsIn() 공개 메소드

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
리턴 bool

IsSynthetic() 공개 메소드

public IsSynthetic ( ) : bool
리턴 bool

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

UriIdentifierDeclaredElement() 공개 메소드

public UriIdentifierDeclaredElement ( IFile file, string @namespace, string localName, IdentifierInfo info, IPsiServices services, bool filterDeclarations = false, IUriIdentifierDeclaredElement parent = null ) : System.Collections.Generic
file IFile
@namespace string
localName string
info ReSharper.NTriples.Cache.IdentifierInfo
services IPsiServices
filterDeclarations bool
parent IUriIdentifierDeclaredElement
리턴 System.Collections.Generic