Interface ILookup
Defines lookup information for a model that supports being searched for.
Namespace: CodeFactory.WinVs.Models.CSharp
Assembly: CodeFactory.WinVs.dll
Syntax
public interface ILookup
Properties
LookupPath
The fully qualified path for this model that can be used when searching the source for the model.
Declaration
string LookupPath { get; }
Property Value
Type | Description |
---|---|
string |