C# Class ReSharper.NTriples.Intentions.CreateFromUsage.CreateNTriplesPrefixTarget

Inheritance: ICreationTarget
Mostrar archivo Open project: xsburg/ReSharper.NTriples Class Usage Examples

Public Methods

Method Description
CreateNTriplesPrefixTarget ( NTriplesPrefixReference reference ) : System
GetPossibleTargetDeclarations ( ) : IEnumerable
GetTargetDeclaration ( ) : ITreeNode
GetTargetDeclarationFile ( ) : IFile

Private Methods

Method Description
FindAnchor ( ) : ITreeNode
TryFindUri ( NTriplesPrefixReference reference ) : string

Method Details

CreateNTriplesPrefixTarget() public method

public CreateNTriplesPrefixTarget ( NTriplesPrefixReference reference ) : System
reference ReSharper.NTriples.Resolve.NTriplesPrefixReference
return System

GetPossibleTargetDeclarations() public method

public GetPossibleTargetDeclarations ( ) : IEnumerable
return IEnumerable

GetTargetDeclaration() public method

public GetTargetDeclaration ( ) : ITreeNode
return ITreeNode

GetTargetDeclarationFile() public method

public GetTargetDeclarationFile ( ) : IFile
return IFile