Class AmlFragment
Inheritance
System.Object
AmlFragment
Namespace: BitAddict.Aras.ArasSync.Data
Assembly: ArasSync.dll
Syntax
[UsedImplicitly]
public class AmlFragment
Properties
AmlFile
Declaration
[UsedImplicitly]
public string AmlFile { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Nodes
Declaration
[UsedImplicitly]
public List<AmlNode> Nodes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AmlNode> |