C# Class ReSharper.NTriples.Resolve.UriIdentifierDeclaredElement

Inheritance: IDeclaredElement, IUriIdentifierDeclaredElement
Afficher le fichier Open project: xsburg/ReSharper.NTriples Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetDeclarations() public méthode

public GetDeclarations ( ) : IList
Résultat IList

GetDeclarations() public static méthode

public static GetDeclarations ( IUriIdentifierDeclaredElement declaredElement ) : IList
declaredElement IUriIdentifierDeclaredElement
Résultat IList

GetDeclarationsIn() public méthode

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
Résultat IList

GetDeclarationsIn() public static méthode

public static GetDeclarationsIn ( IPsiSourceFile sourceFile, IUriIdentifierDeclaredElement declaredElement ) : IList
sourceFile IPsiSourceFile
declaredElement IUriIdentifierDeclaredElement
Résultat IList

GetElementType() public méthode

public GetElementType ( ) : DeclaredElementType
Résultat DeclaredElementType

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetInfo() public méthode

public GetInfo ( ) : IdentifierInfo
Résultat ReSharper.NTriples.Cache.IdentifierInfo

GetKind() public méthode

public GetKind ( ) : IdentifierKind
Résultat IdentifierKind

GetLocalName() public méthode

public GetLocalName ( ) : string
Résultat string

GetNamespace() public méthode

public GetNamespace ( ) : string
Résultat string

GetPsiServices() public méthode

public GetPsiServices ( ) : IPsiServices
Résultat IPsiServices

GetSourceFiles() public méthode

public GetSourceFiles ( ) : HybridCollection
Résultat HybridCollection

GetSourceFiles() public static méthode

public static GetSourceFiles ( IUriIdentifierDeclaredElement declaredElement ) : HybridCollection
declaredElement IUriIdentifierDeclaredElement
Résultat HybridCollection

GetUri() public méthode

public GetUri ( ) : string
Résultat string

GetXMLDescriptionSummary() public méthode

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
Résultat System.Xml.XmlNode

GetXMLDoc() public méthode

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
Résultat System.Xml.XmlNode

HasDeclarationsIn() public méthode

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
Résultat bool

IsSynthetic() public méthode

public IsSynthetic ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

UriIdentifierDeclaredElement() public méthode

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
Résultat System.Collections.Generic