Class ArasConfManifest
Defines the data required to sync with Aras databases
Represents an entire arasdb(-local).json file.
Inheritance
System.Object
ArasConfManifest
Namespace: BitAddict.Aras.Data
Assembly: BitAddict.Aras.dll
Syntax
[UsedImplicitly]
public class ArasConfManifest
Properties
DeployDll
File copying information
Declaration
public DeployDllInfo DeployDll { get; set; }
Property Value
Type | Description |
---|---|
DeployDllInfo |
DevelopmentInstance
Aras Instance used for development/unit testing
Declaration
public string DevelopmentInstance { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Instances
A list of Aras DB instances
Declaration
public List<ArasDb> Instances { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ArasDb> |