Class SourceLibraryAttribute
Identifies the apax package (name + version) the transpiled types in this assembly originate
from. This attribute is emitted when no usable git remote is available; when it is present,
the per-type SourceFileAttribute path is relative to the project src
folder (forward-slash separated).
Inherited Members
Namespace: AXSharp.Connector
Assembly: AXSharp.Connector.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false, Inherited = false)]
public class SourceLibraryAttribute : Attribute
Constructors
| Edit this page View SourceSourceLibraryAttribute(string, string)
Creates a new instance of SourceLibraryAttribute.
Declaration
public SourceLibraryAttribute(string name, string version)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | apax package name. |
| string | version | apax package version. |
Properties
| Edit this page View SourceName
Gets the apax package name.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Gets the apax package version.
Declaration
public string Version { get; }
Property Value
| Type | Description |
|---|---|
| string |