C# Class ReSharper.NTriples.Resolve.UnresolvedNamespacePrefixDeclaredElement

Inheritance: IDeclaredElement
显示文件 Open project: xsburg/ReSharper.NTriples

Public Methods

Method 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
UnresolvedNamespacePrefixDeclaredElement ( IPsiSourceFile file, string name, IPsiServices services ) : System.Collections.Generic

Method Details

GetDeclarations() public method

public GetDeclarations ( ) : IList
return IList

GetDeclarationsIn() public method

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
return IList

GetElementType() public method

public GetElementType ( ) : DeclaredElementType
return DeclaredElementType

GetPsiServices() public method

public GetPsiServices ( ) : IPsiServices
return IPsiServices

GetSourceFiles() public method

public GetSourceFiles ( ) : HybridCollection
return HybridCollection

GetXMLDescriptionSummary() public method

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

GetXMLDoc() public method

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

HasDeclarationsIn() public method

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
return bool

IsSynthetic() public method

public IsSynthetic ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

UnresolvedNamespacePrefixDeclaredElement() public method

public UnresolvedNamespacePrefixDeclaredElement ( IPsiSourceFile file, string name, IPsiServices services ) : System.Collections.Generic
file IPsiSourceFile
name string
services IPsiServices
return System.Collections.Generic