{
  "description": "DTO (Data Transfer Object) for Helper class HourBand representing the 'Hour Band' entity",
  "friendlyName": "ActivityBOHourBand",
  "kind": "SchemaRootObject",
  "name": "ActivityBOHourBandDTO",
  "properties": [
    {
      "description": "Type of Cost",
      "friendlyName": "Tipo di costo",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "codeType",
      "underlyingName": "CodeType",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Band Description",
      "friendlyName": "Descrizione",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "description",
      "underlyingName": "Description",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Bands from minutes",
      "friendlyName": "Dalle",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "from",
      "underlyingName": "From",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Bands to minutes",
      "friendlyName": "alle",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "to",
      "underlyingName": "To",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Is Band To Count",
      "friendlyName": "Da conteggiare",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "toCount",
      "underlyingName": "ToCount",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    }
  ],
  "underlyingType": "ActivityBOHourBandDTO",
  "underlyingTypeRef": "ActivityBOHourBandDTO"
}