Interface ILookup
Defines lookup information for a model that supports being searched for.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface ILookup
Properties
| Improve this Doc View SourceLookupPath
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 |