{
  "description": "DTO (Data Transfer Object) for Helper class JobOrderTaskResource representing the 'Job Order Task Resource' entity",
  "friendlyName": "JobOrderTaskResource",
  "kind": "SchemaRootObject",
  "name": "JobOrderTaskResourceDTO",
  "properties": [
    {
      "description": "The cross id of the resource",
      "foreignKey": {
        "boType": "Company",
        "type": "CompanyBO",
        "typeRef": "CompanyBO"
      },
      "friendlyName": "Risorsa",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "crossId",
      "underlyingName": "CrossId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "The resource BO type",
      "friendlyName": "The resource BO type",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "crossType",
      "polymorphicStyleParameterName": "BusinessObjectTypeEnumStyle",
      "polymorphicStyles": {
        "LegacyV9;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveString": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        }
      },
      "underlyingName": "CrossType",
      "underlyingType": "BusinessObjectType",
      "underlyingTypeRef": "BusinessObjectType"
    },
    {
      "description": "Job Order Task Id",
      "friendlyName": "Job Order Task Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "jobOrderTaskId",
      "underlyingName": "JobOrderTaskId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "The labor code",
      "friendlyName": "Codice costo manodopera",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "laborCode",
      "underlyingName": "LaborCode",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The resource role",
      "friendlyName": "Ruolo",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "roleId",
      "underlyingName": "RoleId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    }
  ],
  "underlyingType": "JobOrderTaskResourceDTO",
  "underlyingTypeRef": "JobOrderTaskResourceDTO"
}