Interface IDotNetNamespaceReference
A namespace that is being referenced by dot net source code. This will determine which external library resources will be available in the source control document.
Inherited Members
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public interface IDotNetNamespaceReference : IDotNetModel, IModelStatus, IParent, ILookup
Properties
| Improve this Doc View SourceAlias
The alias assigned to the namespace being imported. This will be null if the HasAlias is false.
Declaration
string Alias { get; }
Property Value
Type | Description |
---|---|
string |
HasAlias
Flag that determines if the namespace reference has an alias.
Declaration
bool HasAlias { get; }
Property Value
Type | Description |
---|---|
bool |
ReferenceNamespace
The target namespace that is being imported into the sources scope.
Declaration
string ReferenceNamespace { get; }
Property Value
Type | Description |
---|---|
string |