C# Class ReSharper.NTriples.Resolve.PrefixUriDeclaredElement

Inheritance: IDeclaredElement
Afficher le fichier Open project: xsburg/ReSharper.NTriples

Méthodes publiques

Méthode Description
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetPsiServices ( ) : IPsiServices
GetSourceFiles ( ) : HybridCollection
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool
PrefixUriDeclaredElement ( IFile file, string name, IPsiServices services ) : System.Collections.Generic
SetName ( string name ) : void

Method Details

GetDeclarations() public méthode

public GetDeclarations ( ) : IList
Résultat IList

GetDeclarationsIn() public méthode

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

GetElementType() public méthode

public GetElementType ( ) : DeclaredElementType
Résultat DeclaredElementType

GetPsiServices() public méthode

public GetPsiServices ( ) : IPsiServices
Résultat IPsiServices

GetSourceFiles() public méthode

public GetSourceFiles ( ) : HybridCollection
Résultat HybridCollection

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

PrefixUriDeclaredElement() public méthode

public PrefixUriDeclaredElement ( IFile file, string name, IPsiServices services ) : System.Collections.Generic
file IFile
name string
services IPsiServices
Résultat System.Collections.Generic

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void