Class ArasFeatureManifest
Inheritance
System.Object
ArasFeatureManifest
Assembly: ArasSync.dll
Syntax
public class ArasFeatureManifest
Properties
AmlFragments
Declaration
[UsedImplicitly]
public List<AmlFragment> AmlFragments { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<AmlFragment> |
|
LocalDirectory
Local directory of manifest file
Set by arassync when loading the manifest from disk
Declaration
public string LocalDirectory { get; }
Property Value
Type |
Description |
System.String |
|
ServerFiles
Declaration
[UsedImplicitly]
public List<ClientFile> ServerFiles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ClientFile> |
|
XmlFragments
Declaration
[UsedImplicitly]
public List<XmlFragment> XmlFragments { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<XmlFragment> |
|