C# Class ReSharper.NTriples.Impl.Tree.LocalName

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

Méthodes publiques

Méthode Description
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetFirstClassReferences ( ) : ReferenceCollection
GetInfo ( ) : IdentifierInfo
GetKind ( ) : IdentifierKind
GetLocalName ( ) : string
GetNameRange ( ) : TreeTextRange
GetNamespace ( ) : string
GetUri ( ) : string
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
IsSynthetic ( ) : bool
SetName ( string name ) : void
SetReferenceName ( string shortName ) : void

Private Methods

Méthode Description
GetDeclaredName ( ) : string

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

GetFirstClassReferences() public méthode

public GetFirstClassReferences ( ) : ReferenceCollection
Résultat ReferenceCollection

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

GetNameRange() public méthode

public GetNameRange ( ) : TreeTextRange
Résultat TreeTextRange

GetNamespace() public méthode

public GetNamespace ( ) : string
Résultat string

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

IsSynthetic() public méthode

public IsSynthetic ( ) : bool
Résultat bool

SetName() public méthode

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

SetReferenceName() public méthode

public SetReferenceName ( string shortName ) : void
shortName string
Résultat void