Untitled
unknown
plain_text
2 years ago
1.3 kB
10
Indexable
public class ReportRequestStructures
{
public int LevelID { get; set; }
public float HeightOfLevel { get; set; }
public string HeightOfLevelFormatted { get; set; }
public string JoistDescription { get; set; }
public float JoistSpacing { get; set; }
public string JoistSpacingFormatted { get; set; }
public float MaxJoistSpan { get; set; }
public string MaxJoistSpanFormatted { get; set; }
public float MaxJoistCantilever { get; set; }
public string MaxJoistCantileverFormatted { get; set; }
public float MaxBeamSpan { get; set; }
public string MaxBeamSpanFormatted { get; set; }
public float MaxBeamCantilever { get; set; }
public string MaxBeamCantileverFormatted { get; set; }
public float FootingDepth { get; set; }
public string FootingDepthFormatted { get; set; }
public float FootingArea { get; set; }
public string FootingAreaFormatted { get; set; }
public string PostDescrition { get; set; }
public float PostHeight { get; set; }
public string PostHeightFormatted { get; set; }
public int BeamBoardCount { get; set; }
public string BeamDescription { get; set; }
public float DesignLiveLoad { get; set; }
public float DesignDeadLoad { get; set; }
public string BraceDescription { get; set; }
}Editor is loading...