Advertisement
Guest User

Untitled

a guest
Dec 8th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
D 0.81 KB | None | 0 0
  1. string email, string title, string createdAt, RewardType rewardType,
  2.     float reward
  3.  
  4.  /** Type of the log - default, raw, ... */
  5.     LogType type;
  6.     /** Category for raws */
  7.     Nullable!short category;
  8.     /** Length of the log */
  9.     double length;
  10.     /** Diameter of the log */
  11.     double diameter;
  12.     /** Volume of the log */
  13.     double volume;
  14.     /** FSDU of the log */
  15.     string FSDU;
  16.     /** Whether the log is a rhizome or not */
  17.     bool rhizome;
  18.     /** Log's serial number */
  19.     int number;
  20.     /** Wood type of the log */
  21.     Wood wood;
  22.     /** Quality of the log */
  23.     short quality;
  24.     /** Latitude of the log */
  25.     Nullable!double lat;
  26.     /** Longitude of the log */
  27.     Nullable!double lng;
  28.     /** Date and time when the log was added */
  29.     Nullable!DateTime addedAt;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement