using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace iWareCc.WCF.ThreeEntity
{
public class Profile
{
///
///
///
public string UnitWeight { get; set; }
///
///
///
public string SectionDim { get; set; }
///
///
///
public string FlangeThickness { get; set; }
///
///
///
public string FlangeWidth { get; set; }
///
///
///
public string WebThickness { get; set; }
///
///
///
public string WebHeight { get; set; }
///
///
///
public string Density { get; set; }
///
///
///
public string Length { get; set; }
///
///
///
public string ProfileType { get; set; }
}
}