Skip to content

Aras Method Project Description

Volodymyr Afanasiev edited this page Oct 31, 2022 · 5 revisions

Created project has next structure:

Project structure

Figure 1. Project structure

Item name Item Description
ArasLibs This folder contains all dll for current service pack which needed for creating methods
Attributes Folder to store ArasVSMethod plugin attributes
ExternalPathAttribute.cs This file used for segregating external method code to different files
PartialPathAttribute.cs This file used for segregating method code to different files
Rulesets This folder contains Aras code analysis rule set
ServerMethods This folder will contain all created/opened method files
GlobalSuppressions Uses for suppressing code analysis rules
method-config.xml This file contains code for methods templates.
packages.config This file contains configuration for NuGet packages which used in current project
projectConfig.xml This file contains information about connection methods

Table 1: Description of Aras Innovator VS method plugin template

Clone this wiki locally