| 12345678910111213141516171819 | 
							- namespace InABox.Integration.Awg
 
- {
 
-     
 
-     public enum AwgStyleType
 
-     {
 
-         Mill = 0,
 
-         Powdercoated = 1,
 
-         Anodised = 2,
 
-         Galvanised = 3,
 
-         Varnished = 4,
 
-         Taped = 5,
 
-         Intrinsic = 6
 
-     }
 
-     
 
-     public interface IAwgStyle : IIntegrationStyle, IAwgItem
 
-     {
 
-         AwgStyleType StyleType { get; }
 
-     }
 
- }
 
 
  |