Class ArasDb
Defines an Aras database instance
Inheritance
System.Object
    ArasDb
  Namespace: BitAddict.Aras.Data
Assembly: BitAddict.Aras.dll
Syntax
[UsedImplicitly]
public class ArasDb
  Properties
BinFolder
Web server 'binaries', i.e. C:\Program Files (x86)\Aras\TheInstance\
Declaration
public string BinFolder { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
DbName
Database name as in web login dialog
Declaration
public string DbName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Id
Instance id. Used when invoking arassync only. Not relevant for Aras.
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Url
HTTP URL to web server
Declaration
public string Url { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |