forked from loafle/openapi-generator-original
removed a model (#20573)
This commit is contained in:
parent
e553180c06
commit
3ee7886345
@ -2836,108 +2836,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
# this class ensures that the CodegenProperties are sorted correctly
|
||||
# https://github.com/OpenAPITools/openapi-generator/issues/18607
|
||||
MixLog:
|
||||
type: object
|
||||
properties:
|
||||
id:
|
||||
$ref: '#/components/schemas/uuid'
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
type: string
|
||||
format: date-time
|
||||
shopId:
|
||||
$ref: '#/components/schemas/uuid'
|
||||
totalPrice:
|
||||
type: number
|
||||
format: float
|
||||
nullable: true
|
||||
totalRecalculations:
|
||||
type: integer
|
||||
format: int32
|
||||
totalOverPoors:
|
||||
type: integer
|
||||
format: int32
|
||||
totalSkips:
|
||||
type: integer
|
||||
format: int32
|
||||
totalUnderPours:
|
||||
type: integer
|
||||
format: int32
|
||||
formulaVersionDate:
|
||||
type: string
|
||||
format: date-time
|
||||
someCode:
|
||||
type: string
|
||||
nullable: true
|
||||
description: SomeCode is only required for color mixes
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
type: string
|
||||
description: BrandCode is only required for non-color mixes
|
||||
brandId:
|
||||
type: string
|
||||
description: BrandId is only required for color mixes
|
||||
brandName:
|
||||
type: string
|
||||
description: BrandName is only required for color mixes
|
||||
categoryCode:
|
||||
type: string
|
||||
description: CategoryCode is not used anymore
|
||||
color:
|
||||
type: string
|
||||
description: Color is only required for color mixes
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
type: string
|
||||
description: ProductLineCode is only required for color mixes
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
nullable: true
|
||||
type: integer
|
||||
format: int32
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
type: string
|
||||
description: ProductId is only required for color mixes
|
||||
productName:
|
||||
type: string
|
||||
description: ProductName is only required for color mixes
|
||||
selectedVersionIndex:
|
||||
type: integer
|
||||
format: int32
|
||||
required:
|
||||
- id
|
||||
- description
|
||||
- mixDate
|
||||
- totalRecalculations
|
||||
- totalOverPoors
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
- formulaVersionDate
|
||||
uuid:
|
||||
type: string
|
||||
format: uuid
|
||||
CopyActivity:
|
||||
type: object
|
||||
required:
|
||||
|
@ -64,7 +64,6 @@ docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MapTestMapOfEnumStringValue.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -223,7 +222,6 @@ src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MapTestMapOfEnumStringValue.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2592,108 +2592,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -102,7 +102,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueNullableJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -192,7 +191,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -86,7 +86,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -64,7 +64,6 @@ docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MapTestMapOfEnumStringValue.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -223,7 +222,6 @@ src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MapTestMapOfEnumStringValue.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2592,108 +2592,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -102,7 +102,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueNullableJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -192,7 +191,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -86,7 +86,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -64,7 +64,6 @@ docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MapTestMapOfEnumStringValue.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -225,7 +224,6 @@ src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MapTestMapOfEnumStringValue.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2592,108 +2592,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -104,7 +104,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueNullableJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -194,7 +193,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -90,7 +90,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -194,7 +193,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -88,7 +88,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -194,7 +193,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -90,7 +90,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
@ -198,7 +197,6 @@ namespace Org.OpenAPITools.Client
|
||||
new LiteralStringClassSerializationContext(),
|
||||
new MammalSerializationContext(),
|
||||
new MapTestSerializationContext(),
|
||||
new MixLogSerializationContext(),
|
||||
new MixedAnyOfSerializationContext(),
|
||||
new MixedAnyOfContentSerializationContext(),
|
||||
new MixedOneOfSerializationContext(),
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -64,7 +64,6 @@ docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MapTestMapOfEnumStringValue.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -225,7 +224,6 @@ src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MapTestMapOfEnumStringValue.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2592,108 +2592,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -104,7 +104,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestMapOfEnumStringValueNullableJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -194,7 +193,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -90,7 +90,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -194,7 +193,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -88,7 +88,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -194,7 +193,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -90,7 +90,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
@ -198,7 +197,6 @@ namespace Org.OpenAPITools.Client
|
||||
new LiteralStringClassSerializationContext(),
|
||||
new MammalSerializationContext(),
|
||||
new MapTestSerializationContext(),
|
||||
new MixLogSerializationContext(),
|
||||
new MixedAnyOfSerializationContext(),
|
||||
new MixedAnyOfContentSerializationContext(),
|
||||
new MixedOneOfSerializationContext(),
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -56,7 +56,6 @@ docs/models/List.md
|
||||
docs/models/LiteralStringClass.md
|
||||
docs/models/Mammal.md
|
||||
docs/models/MapTest.md
|
||||
docs/models/MixLog.md
|
||||
docs/models/MixedAnyOf.md
|
||||
docs/models/MixedAnyOfContent.md
|
||||
docs/models/MixedOneOf.md
|
||||
@ -192,7 +191,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Description** | **string** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**Id** | **Guid** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**TotalPrice** | **float** | | [optional]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
@ -1,344 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
}
|
||||
}
|
@ -86,7 +86,6 @@ namespace Org.OpenAPITools.Client
|
||||
_jsonOptions.Converters.Add(new LiteralStringClassJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MammalJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MapTestJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixLogJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedAnyOfContentJsonConverter());
|
||||
_jsonOptions.Converters.Add(new MixedOneOfJsonConverter());
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -53,7 +53,6 @@ docs/List.md
|
||||
docs/LiteralStringClass.md
|
||||
docs/Mammal.md
|
||||
docs/MapTest.md
|
||||
docs/MixLog.md
|
||||
docs/MixedAnyOf.md
|
||||
docs/MixedAnyOfContent.md
|
||||
docs/MixedOneOf.md
|
||||
@ -182,7 +181,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -240,7 +240,6 @@ Class | Method | HTTP request | Description
|
||||
- [Model.LiteralStringClass](docs/LiteralStringClass.md)
|
||||
- [Model.Mammal](docs/Mammal.md)
|
||||
- [Model.MapTest](docs/MapTest.md)
|
||||
- [Model.MixLog](docs/MixLog.md)
|
||||
- [Model.MixedAnyOf](docs/MixedAnyOf.md)
|
||||
- [Model.MixedAnyOfContent](docs/MixedAnyOfContent.md)
|
||||
- [Model.MixedOneOf](docs/MixedOneOf.md)
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **Guid** | |
|
||||
**Description** | **string** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**TotalPrice** | **float?** | | [optional]
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int?** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
@ -1,345 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
}
|
||||
}
|
@ -1,543 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using FileParameter = Org.OpenAPITools.Client.FileParameter;
|
||||
using OpenAPIDateConverter = Org.OpenAPITools.Client.OpenAPIDateConverter;
|
||||
using OpenAPIClientUtils = Org.OpenAPITools.Client.ClientUtils;
|
||||
|
||||
namespace Org.OpenAPITools.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// MixLog
|
||||
/// </summary>
|
||||
[DataContract(Name = "MixLog")]
|
||||
public partial class MixLog : IEquatable<MixLog>, IValidatableObject
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MixLog" /> class.
|
||||
/// </summary>
|
||||
[JsonConstructorAttribute]
|
||||
protected MixLog()
|
||||
{
|
||||
this.AdditionalProperties = new Dictionary<string, object>();
|
||||
}
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MixLog" /> class.
|
||||
/// </summary>
|
||||
/// <param name="id">id (required).</param>
|
||||
/// <param name="description">description (required).</param>
|
||||
/// <param name="mixDate">mixDate (required).</param>
|
||||
/// <param name="shopId">shopId.</param>
|
||||
/// <param name="totalPrice">totalPrice.</param>
|
||||
/// <param name="totalRecalculations">totalRecalculations (required).</param>
|
||||
/// <param name="totalOverPoors">totalOverPoors (required).</param>
|
||||
/// <param name="totalSkips">totalSkips (required).</param>
|
||||
/// <param name="totalUnderPours">totalUnderPours (required).</param>
|
||||
/// <param name="formulaVersionDate">formulaVersionDate (required).</param>
|
||||
/// <param name="someCode">SomeCode is only required for color mixes.</param>
|
||||
/// <param name="batchNumber">batchNumber.</param>
|
||||
/// <param name="brandCode">BrandCode is only required for non-color mixes.</param>
|
||||
/// <param name="brandId">BrandId is only required for color mixes.</param>
|
||||
/// <param name="brandName">BrandName is only required for color mixes.</param>
|
||||
/// <param name="categoryCode">CategoryCode is not used anymore.</param>
|
||||
/// <param name="color">Color is only required for color mixes.</param>
|
||||
/// <param name="colorDescription">colorDescription.</param>
|
||||
/// <param name="comment">comment.</param>
|
||||
/// <param name="commercialProductCode">commercialProductCode.</param>
|
||||
/// <param name="productLineCode">ProductLineCode is only required for color mixes.</param>
|
||||
/// <param name="country">country.</param>
|
||||
/// <param name="createdBy">createdBy.</param>
|
||||
/// <param name="createdByFirstName">createdByFirstName.</param>
|
||||
/// <param name="createdByLastName">createdByLastName.</param>
|
||||
/// <param name="deltaECalculationRepaired">deltaECalculationRepaired.</param>
|
||||
/// <param name="deltaECalculationSprayout">deltaECalculationSprayout.</param>
|
||||
/// <param name="ownColorVariantNumber">ownColorVariantNumber.</param>
|
||||
/// <param name="primerProductId">primerProductId.</param>
|
||||
/// <param name="productId">ProductId is only required for color mixes.</param>
|
||||
/// <param name="productName">ProductName is only required for color mixes.</param>
|
||||
/// <param name="selectedVersionIndex">selectedVersionIndex.</param>
|
||||
public MixLog(Guid id = default(Guid), string description = default(string), DateTime mixDate = default(DateTime), Guid shopId = default(Guid), float? totalPrice = default(float?), int totalRecalculations = default(int), int totalOverPoors = default(int), int totalSkips = default(int), int totalUnderPours = default(int), DateTime formulaVersionDate = default(DateTime), string someCode = default(string), string batchNumber = default(string), string brandCode = default(string), string brandId = default(string), string brandName = default(string), string categoryCode = default(string), string color = default(string), string colorDescription = default(string), string comment = default(string), string commercialProductCode = default(string), string productLineCode = default(string), string country = default(string), string createdBy = default(string), string createdByFirstName = default(string), string createdByLastName = default(string), string deltaECalculationRepaired = default(string), string deltaECalculationSprayout = default(string), int? ownColorVariantNumber = default(int?), string primerProductId = default(string), string productId = default(string), string productName = default(string), int selectedVersionIndex = default(int))
|
||||
{
|
||||
this.Id = id;
|
||||
// to ensure "description" is required (not null)
|
||||
if (description == null)
|
||||
{
|
||||
throw new ArgumentNullException("description is a required property for MixLog and cannot be null");
|
||||
}
|
||||
this.Description = description;
|
||||
this.MixDate = mixDate;
|
||||
this.TotalRecalculations = totalRecalculations;
|
||||
this.TotalOverPoors = totalOverPoors;
|
||||
this.TotalSkips = totalSkips;
|
||||
this.TotalUnderPours = totalUnderPours;
|
||||
this.FormulaVersionDate = formulaVersionDate;
|
||||
this.ShopId = shopId;
|
||||
this.TotalPrice = totalPrice;
|
||||
this.SomeCode = someCode;
|
||||
this.BatchNumber = batchNumber;
|
||||
this.BrandCode = brandCode;
|
||||
this.BrandId = brandId;
|
||||
this.BrandName = brandName;
|
||||
this.CategoryCode = categoryCode;
|
||||
this.Color = color;
|
||||
this.ColorDescription = colorDescription;
|
||||
this.Comment = comment;
|
||||
this.CommercialProductCode = commercialProductCode;
|
||||
this.ProductLineCode = productLineCode;
|
||||
this.Country = country;
|
||||
this.CreatedBy = createdBy;
|
||||
this.CreatedByFirstName = createdByFirstName;
|
||||
this.CreatedByLastName = createdByLastName;
|
||||
this.DeltaECalculationRepaired = deltaECalculationRepaired;
|
||||
this.DeltaECalculationSprayout = deltaECalculationSprayout;
|
||||
this.OwnColorVariantNumber = ownColorVariantNumber;
|
||||
this.PrimerProductId = primerProductId;
|
||||
this.ProductId = productId;
|
||||
this.ProductName = productName;
|
||||
this.SelectedVersionIndex = selectedVersionIndex;
|
||||
this.AdditionalProperties = new Dictionary<string, object>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
[DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Description
|
||||
/// </summary>
|
||||
[DataMember(Name = "description", IsRequired = true, EmitDefaultValue = true)]
|
||||
public string Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets MixDate
|
||||
/// </summary>
|
||||
[DataMember(Name = "mixDate", IsRequired = true, EmitDefaultValue = true)]
|
||||
public DateTime MixDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets ShopId
|
||||
/// </summary>
|
||||
[DataMember(Name = "shopId", EmitDefaultValue = false)]
|
||||
public Guid ShopId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalPrice
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalPrice", EmitDefaultValue = true)]
|
||||
public float? TotalPrice { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalRecalculations
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalRecalculations", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalRecalculations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalOverPoors
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalOverPoors", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalOverPoors { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalSkips
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalSkips", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalSkips { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalUnderPours
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalUnderPours", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalUnderPours { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets FormulaVersionDate
|
||||
/// </summary>
|
||||
[DataMember(Name = "formulaVersionDate", IsRequired = true, EmitDefaultValue = true)]
|
||||
public DateTime FormulaVersionDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// SomeCode is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>SomeCode is only required for color mixes</value>
|
||||
[DataMember(Name = "someCode", EmitDefaultValue = true)]
|
||||
public string SomeCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets BatchNumber
|
||||
/// </summary>
|
||||
[DataMember(Name = "batchNumber", EmitDefaultValue = false)]
|
||||
public string BatchNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandCode is only required for non-color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandCode is only required for non-color mixes</value>
|
||||
[DataMember(Name = "brandCode", EmitDefaultValue = false)]
|
||||
public string BrandCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandId is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandId is only required for color mixes</value>
|
||||
[DataMember(Name = "brandId", EmitDefaultValue = false)]
|
||||
public string BrandId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandName is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandName is only required for color mixes</value>
|
||||
[DataMember(Name = "brandName", EmitDefaultValue = false)]
|
||||
public string BrandName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// CategoryCode is not used anymore
|
||||
/// </summary>
|
||||
/// <value>CategoryCode is not used anymore</value>
|
||||
[DataMember(Name = "categoryCode", EmitDefaultValue = false)]
|
||||
public string CategoryCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Color is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>Color is only required for color mixes</value>
|
||||
[DataMember(Name = "color", EmitDefaultValue = false)]
|
||||
public string Color { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets ColorDescription
|
||||
/// </summary>
|
||||
[DataMember(Name = "colorDescription", EmitDefaultValue = false)]
|
||||
public string ColorDescription { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Comment
|
||||
/// </summary>
|
||||
[DataMember(Name = "comment", EmitDefaultValue = false)]
|
||||
public string Comment { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CommercialProductCode
|
||||
/// </summary>
|
||||
[DataMember(Name = "commercialProductCode", EmitDefaultValue = false)]
|
||||
public string CommercialProductCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductLineCode is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductLineCode is only required for color mixes</value>
|
||||
[DataMember(Name = "productLineCode", EmitDefaultValue = false)]
|
||||
public string ProductLineCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Country
|
||||
/// </summary>
|
||||
[DataMember(Name = "country", EmitDefaultValue = false)]
|
||||
public string Country { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedBy
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdBy", EmitDefaultValue = false)]
|
||||
public string CreatedBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedByFirstName
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdByFirstName", EmitDefaultValue = false)]
|
||||
public string CreatedByFirstName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedByLastName
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdByLastName", EmitDefaultValue = false)]
|
||||
public string CreatedByLastName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets DeltaECalculationRepaired
|
||||
/// </summary>
|
||||
[DataMember(Name = "deltaECalculationRepaired", EmitDefaultValue = false)]
|
||||
public string DeltaECalculationRepaired { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets DeltaECalculationSprayout
|
||||
/// </summary>
|
||||
[DataMember(Name = "deltaECalculationSprayout", EmitDefaultValue = false)]
|
||||
public string DeltaECalculationSprayout { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets OwnColorVariantNumber
|
||||
/// </summary>
|
||||
[DataMember(Name = "ownColorVariantNumber", EmitDefaultValue = true)]
|
||||
public int? OwnColorVariantNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets PrimerProductId
|
||||
/// </summary>
|
||||
[DataMember(Name = "primerProductId", EmitDefaultValue = false)]
|
||||
public string PrimerProductId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductId is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductId is only required for color mixes</value>
|
||||
[DataMember(Name = "productId", EmitDefaultValue = false)]
|
||||
public string ProductId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductName is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductName is only required for color mixes</value>
|
||||
[DataMember(Name = "productName", EmitDefaultValue = false)]
|
||||
public string ProductName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets SelectedVersionIndex
|
||||
/// </summary>
|
||||
[DataMember(Name = "selectedVersionIndex", EmitDefaultValue = false)]
|
||||
public int SelectedVersionIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets additional properties
|
||||
/// </summary>
|
||||
[JsonExtensionData]
|
||||
public IDictionary<string, object> AdditionalProperties { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns the string presentation of the object
|
||||
/// </summary>
|
||||
/// <returns>String presentation of the object</returns>
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("class MixLog {\n");
|
||||
sb.Append(" Id: ").Append(Id).Append("\n");
|
||||
sb.Append(" Description: ").Append(Description).Append("\n");
|
||||
sb.Append(" MixDate: ").Append(MixDate).Append("\n");
|
||||
sb.Append(" ShopId: ").Append(ShopId).Append("\n");
|
||||
sb.Append(" TotalPrice: ").Append(TotalPrice).Append("\n");
|
||||
sb.Append(" TotalRecalculations: ").Append(TotalRecalculations).Append("\n");
|
||||
sb.Append(" TotalOverPoors: ").Append(TotalOverPoors).Append("\n");
|
||||
sb.Append(" TotalSkips: ").Append(TotalSkips).Append("\n");
|
||||
sb.Append(" TotalUnderPours: ").Append(TotalUnderPours).Append("\n");
|
||||
sb.Append(" FormulaVersionDate: ").Append(FormulaVersionDate).Append("\n");
|
||||
sb.Append(" SomeCode: ").Append(SomeCode).Append("\n");
|
||||
sb.Append(" BatchNumber: ").Append(BatchNumber).Append("\n");
|
||||
sb.Append(" BrandCode: ").Append(BrandCode).Append("\n");
|
||||
sb.Append(" BrandId: ").Append(BrandId).Append("\n");
|
||||
sb.Append(" BrandName: ").Append(BrandName).Append("\n");
|
||||
sb.Append(" CategoryCode: ").Append(CategoryCode).Append("\n");
|
||||
sb.Append(" Color: ").Append(Color).Append("\n");
|
||||
sb.Append(" ColorDescription: ").Append(ColorDescription).Append("\n");
|
||||
sb.Append(" Comment: ").Append(Comment).Append("\n");
|
||||
sb.Append(" CommercialProductCode: ").Append(CommercialProductCode).Append("\n");
|
||||
sb.Append(" ProductLineCode: ").Append(ProductLineCode).Append("\n");
|
||||
sb.Append(" Country: ").Append(Country).Append("\n");
|
||||
sb.Append(" CreatedBy: ").Append(CreatedBy).Append("\n");
|
||||
sb.Append(" CreatedByFirstName: ").Append(CreatedByFirstName).Append("\n");
|
||||
sb.Append(" CreatedByLastName: ").Append(CreatedByLastName).Append("\n");
|
||||
sb.Append(" DeltaECalculationRepaired: ").Append(DeltaECalculationRepaired).Append("\n");
|
||||
sb.Append(" DeltaECalculationSprayout: ").Append(DeltaECalculationSprayout).Append("\n");
|
||||
sb.Append(" OwnColorVariantNumber: ").Append(OwnColorVariantNumber).Append("\n");
|
||||
sb.Append(" PrimerProductId: ").Append(PrimerProductId).Append("\n");
|
||||
sb.Append(" ProductId: ").Append(ProductId).Append("\n");
|
||||
sb.Append(" ProductName: ").Append(ProductName).Append("\n");
|
||||
sb.Append(" SelectedVersionIndex: ").Append(SelectedVersionIndex).Append("\n");
|
||||
sb.Append(" AdditionalProperties: ").Append(AdditionalProperties).Append("\n");
|
||||
sb.Append("}\n");
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the JSON string presentation of the object
|
||||
/// </summary>
|
||||
/// <returns>JSON string presentation of the object</returns>
|
||||
public virtual string ToJson()
|
||||
{
|
||||
return Newtonsoft.Json.JsonConvert.SerializeObject(this, Newtonsoft.Json.Formatting.Indented);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if objects are equal
|
||||
/// </summary>
|
||||
/// <param name="input">Object to be compared</param>
|
||||
/// <returns>Boolean</returns>
|
||||
public override bool Equals(object input)
|
||||
{
|
||||
return OpenAPIClientUtils.compareLogic.Compare(this, input as MixLog).AreEqual;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if MixLog instances are equal
|
||||
/// </summary>
|
||||
/// <param name="input">Instance of MixLog to be compared</param>
|
||||
/// <returns>Boolean</returns>
|
||||
public bool Equals(MixLog input)
|
||||
{
|
||||
return OpenAPIClientUtils.compareLogic.Compare(this, input).AreEqual;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the hash code
|
||||
/// </summary>
|
||||
/// <returns>Hash code</returns>
|
||||
public override int GetHashCode()
|
||||
{
|
||||
unchecked // Overflow is fine, just wrap
|
||||
{
|
||||
int hashCode = 41;
|
||||
if (this.Id != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Id.GetHashCode();
|
||||
}
|
||||
if (this.Description != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Description.GetHashCode();
|
||||
}
|
||||
if (this.MixDate != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.MixDate.GetHashCode();
|
||||
}
|
||||
if (this.ShopId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ShopId.GetHashCode();
|
||||
}
|
||||
if (this.TotalPrice != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.TotalPrice.GetHashCode();
|
||||
}
|
||||
hashCode = (hashCode * 59) + this.TotalRecalculations.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalOverPoors.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalSkips.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalUnderPours.GetHashCode();
|
||||
if (this.FormulaVersionDate != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.FormulaVersionDate.GetHashCode();
|
||||
}
|
||||
if (this.SomeCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.SomeCode.GetHashCode();
|
||||
}
|
||||
if (this.BatchNumber != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BatchNumber.GetHashCode();
|
||||
}
|
||||
if (this.BrandCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandCode.GetHashCode();
|
||||
}
|
||||
if (this.BrandId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandId.GetHashCode();
|
||||
}
|
||||
if (this.BrandName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandName.GetHashCode();
|
||||
}
|
||||
if (this.CategoryCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CategoryCode.GetHashCode();
|
||||
}
|
||||
if (this.Color != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Color.GetHashCode();
|
||||
}
|
||||
if (this.ColorDescription != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ColorDescription.GetHashCode();
|
||||
}
|
||||
if (this.Comment != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Comment.GetHashCode();
|
||||
}
|
||||
if (this.CommercialProductCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CommercialProductCode.GetHashCode();
|
||||
}
|
||||
if (this.ProductLineCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductLineCode.GetHashCode();
|
||||
}
|
||||
if (this.Country != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Country.GetHashCode();
|
||||
}
|
||||
if (this.CreatedBy != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedBy.GetHashCode();
|
||||
}
|
||||
if (this.CreatedByFirstName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedByFirstName.GetHashCode();
|
||||
}
|
||||
if (this.CreatedByLastName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedByLastName.GetHashCode();
|
||||
}
|
||||
if (this.DeltaECalculationRepaired != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.DeltaECalculationRepaired.GetHashCode();
|
||||
}
|
||||
if (this.DeltaECalculationSprayout != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.DeltaECalculationSprayout.GetHashCode();
|
||||
}
|
||||
if (this.OwnColorVariantNumber != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.OwnColorVariantNumber.GetHashCode();
|
||||
}
|
||||
if (this.PrimerProductId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.PrimerProductId.GetHashCode();
|
||||
}
|
||||
if (this.ProductId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductId.GetHashCode();
|
||||
}
|
||||
if (this.ProductName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductName.GetHashCode();
|
||||
}
|
||||
hashCode = (hashCode * 59) + this.SelectedVersionIndex.GetHashCode();
|
||||
if (this.AdditionalProperties != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.AdditionalProperties.GetHashCode();
|
||||
}
|
||||
return hashCode;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// To validate all properties of the instance
|
||||
/// </summary>
|
||||
/// <param name="validationContext">Validation context</param>
|
||||
/// <returns>Validation Result</returns>
|
||||
IEnumerable<ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
|
||||
{
|
||||
yield break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -53,7 +53,6 @@ docs/List.md
|
||||
docs/LiteralStringClass.md
|
||||
docs/Mammal.md
|
||||
docs/MapTest.md
|
||||
docs/MixLog.md
|
||||
docs/MixedAnyOf.md
|
||||
docs/MixedAnyOfContent.md
|
||||
docs/MixedOneOf.md
|
||||
@ -181,7 +180,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -228,7 +228,6 @@ Class | Method | HTTP request | Description
|
||||
- [Model.LiteralStringClass](docs/LiteralStringClass.md)
|
||||
- [Model.Mammal](docs/Mammal.md)
|
||||
- [Model.MapTest](docs/MapTest.md)
|
||||
- [Model.MixLog](docs/MixLog.md)
|
||||
- [Model.MixedAnyOf](docs/MixedAnyOf.md)
|
||||
- [Model.MixedAnyOfContent](docs/MixedAnyOfContent.md)
|
||||
- [Model.MixedOneOf](docs/MixedOneOf.md)
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **Guid** | |
|
||||
**Description** | **string** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**TotalPrice** | **float?** | | [optional]
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int?** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
@ -1,345 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
}
|
||||
}
|
@ -1,543 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using FileParameter = Org.OpenAPITools.Client.FileParameter;
|
||||
using OpenAPIDateConverter = Org.OpenAPITools.Client.OpenAPIDateConverter;
|
||||
using OpenAPIClientUtils = Org.OpenAPITools.Client.ClientUtils;
|
||||
|
||||
namespace Org.OpenAPITools.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// MixLog
|
||||
/// </summary>
|
||||
[DataContract(Name = "MixLog")]
|
||||
public partial class MixLog : IEquatable<MixLog>, IValidatableObject
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MixLog" /> class.
|
||||
/// </summary>
|
||||
[JsonConstructorAttribute]
|
||||
protected MixLog()
|
||||
{
|
||||
this.AdditionalProperties = new Dictionary<string, object>();
|
||||
}
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MixLog" /> class.
|
||||
/// </summary>
|
||||
/// <param name="id">id (required).</param>
|
||||
/// <param name="description">description (required).</param>
|
||||
/// <param name="mixDate">mixDate (required).</param>
|
||||
/// <param name="shopId">shopId.</param>
|
||||
/// <param name="totalPrice">totalPrice.</param>
|
||||
/// <param name="totalRecalculations">totalRecalculations (required).</param>
|
||||
/// <param name="totalOverPoors">totalOverPoors (required).</param>
|
||||
/// <param name="totalSkips">totalSkips (required).</param>
|
||||
/// <param name="totalUnderPours">totalUnderPours (required).</param>
|
||||
/// <param name="formulaVersionDate">formulaVersionDate (required).</param>
|
||||
/// <param name="someCode">SomeCode is only required for color mixes.</param>
|
||||
/// <param name="batchNumber">batchNumber.</param>
|
||||
/// <param name="brandCode">BrandCode is only required for non-color mixes.</param>
|
||||
/// <param name="brandId">BrandId is only required for color mixes.</param>
|
||||
/// <param name="brandName">BrandName is only required for color mixes.</param>
|
||||
/// <param name="categoryCode">CategoryCode is not used anymore.</param>
|
||||
/// <param name="color">Color is only required for color mixes.</param>
|
||||
/// <param name="colorDescription">colorDescription.</param>
|
||||
/// <param name="comment">comment.</param>
|
||||
/// <param name="commercialProductCode">commercialProductCode.</param>
|
||||
/// <param name="productLineCode">ProductLineCode is only required for color mixes.</param>
|
||||
/// <param name="country">country.</param>
|
||||
/// <param name="createdBy">createdBy.</param>
|
||||
/// <param name="createdByFirstName">createdByFirstName.</param>
|
||||
/// <param name="createdByLastName">createdByLastName.</param>
|
||||
/// <param name="deltaECalculationRepaired">deltaECalculationRepaired.</param>
|
||||
/// <param name="deltaECalculationSprayout">deltaECalculationSprayout.</param>
|
||||
/// <param name="ownColorVariantNumber">ownColorVariantNumber.</param>
|
||||
/// <param name="primerProductId">primerProductId.</param>
|
||||
/// <param name="productId">ProductId is only required for color mixes.</param>
|
||||
/// <param name="productName">ProductName is only required for color mixes.</param>
|
||||
/// <param name="selectedVersionIndex">selectedVersionIndex.</param>
|
||||
public MixLog(Guid id = default(Guid), string description = default(string), DateTime mixDate = default(DateTime), Guid shopId = default(Guid), float? totalPrice = default(float?), int totalRecalculations = default(int), int totalOverPoors = default(int), int totalSkips = default(int), int totalUnderPours = default(int), DateTime formulaVersionDate = default(DateTime), string someCode = default(string), string batchNumber = default(string), string brandCode = default(string), string brandId = default(string), string brandName = default(string), string categoryCode = default(string), string color = default(string), string colorDescription = default(string), string comment = default(string), string commercialProductCode = default(string), string productLineCode = default(string), string country = default(string), string createdBy = default(string), string createdByFirstName = default(string), string createdByLastName = default(string), string deltaECalculationRepaired = default(string), string deltaECalculationSprayout = default(string), int? ownColorVariantNumber = default(int?), string primerProductId = default(string), string productId = default(string), string productName = default(string), int selectedVersionIndex = default(int))
|
||||
{
|
||||
this.Id = id;
|
||||
// to ensure "description" is required (not null)
|
||||
if (description == null)
|
||||
{
|
||||
throw new ArgumentNullException("description is a required property for MixLog and cannot be null");
|
||||
}
|
||||
this.Description = description;
|
||||
this.MixDate = mixDate;
|
||||
this.TotalRecalculations = totalRecalculations;
|
||||
this.TotalOverPoors = totalOverPoors;
|
||||
this.TotalSkips = totalSkips;
|
||||
this.TotalUnderPours = totalUnderPours;
|
||||
this.FormulaVersionDate = formulaVersionDate;
|
||||
this.ShopId = shopId;
|
||||
this.TotalPrice = totalPrice;
|
||||
this.SomeCode = someCode;
|
||||
this.BatchNumber = batchNumber;
|
||||
this.BrandCode = brandCode;
|
||||
this.BrandId = brandId;
|
||||
this.BrandName = brandName;
|
||||
this.CategoryCode = categoryCode;
|
||||
this.Color = color;
|
||||
this.ColorDescription = colorDescription;
|
||||
this.Comment = comment;
|
||||
this.CommercialProductCode = commercialProductCode;
|
||||
this.ProductLineCode = productLineCode;
|
||||
this.Country = country;
|
||||
this.CreatedBy = createdBy;
|
||||
this.CreatedByFirstName = createdByFirstName;
|
||||
this.CreatedByLastName = createdByLastName;
|
||||
this.DeltaECalculationRepaired = deltaECalculationRepaired;
|
||||
this.DeltaECalculationSprayout = deltaECalculationSprayout;
|
||||
this.OwnColorVariantNumber = ownColorVariantNumber;
|
||||
this.PrimerProductId = primerProductId;
|
||||
this.ProductId = productId;
|
||||
this.ProductName = productName;
|
||||
this.SelectedVersionIndex = selectedVersionIndex;
|
||||
this.AdditionalProperties = new Dictionary<string, object>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
[DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Description
|
||||
/// </summary>
|
||||
[DataMember(Name = "description", IsRequired = true, EmitDefaultValue = true)]
|
||||
public string Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets MixDate
|
||||
/// </summary>
|
||||
[DataMember(Name = "mixDate", IsRequired = true, EmitDefaultValue = true)]
|
||||
public DateTime MixDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets ShopId
|
||||
/// </summary>
|
||||
[DataMember(Name = "shopId", EmitDefaultValue = false)]
|
||||
public Guid ShopId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalPrice
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalPrice", EmitDefaultValue = true)]
|
||||
public float? TotalPrice { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalRecalculations
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalRecalculations", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalRecalculations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalOverPoors
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalOverPoors", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalOverPoors { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalSkips
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalSkips", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalSkips { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalUnderPours
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalUnderPours", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalUnderPours { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets FormulaVersionDate
|
||||
/// </summary>
|
||||
[DataMember(Name = "formulaVersionDate", IsRequired = true, EmitDefaultValue = true)]
|
||||
public DateTime FormulaVersionDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// SomeCode is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>SomeCode is only required for color mixes</value>
|
||||
[DataMember(Name = "someCode", EmitDefaultValue = true)]
|
||||
public string SomeCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets BatchNumber
|
||||
/// </summary>
|
||||
[DataMember(Name = "batchNumber", EmitDefaultValue = false)]
|
||||
public string BatchNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandCode is only required for non-color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandCode is only required for non-color mixes</value>
|
||||
[DataMember(Name = "brandCode", EmitDefaultValue = false)]
|
||||
public string BrandCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandId is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandId is only required for color mixes</value>
|
||||
[DataMember(Name = "brandId", EmitDefaultValue = false)]
|
||||
public string BrandId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandName is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandName is only required for color mixes</value>
|
||||
[DataMember(Name = "brandName", EmitDefaultValue = false)]
|
||||
public string BrandName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// CategoryCode is not used anymore
|
||||
/// </summary>
|
||||
/// <value>CategoryCode is not used anymore</value>
|
||||
[DataMember(Name = "categoryCode", EmitDefaultValue = false)]
|
||||
public string CategoryCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Color is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>Color is only required for color mixes</value>
|
||||
[DataMember(Name = "color", EmitDefaultValue = false)]
|
||||
public string Color { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets ColorDescription
|
||||
/// </summary>
|
||||
[DataMember(Name = "colorDescription", EmitDefaultValue = false)]
|
||||
public string ColorDescription { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Comment
|
||||
/// </summary>
|
||||
[DataMember(Name = "comment", EmitDefaultValue = false)]
|
||||
public string Comment { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CommercialProductCode
|
||||
/// </summary>
|
||||
[DataMember(Name = "commercialProductCode", EmitDefaultValue = false)]
|
||||
public string CommercialProductCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductLineCode is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductLineCode is only required for color mixes</value>
|
||||
[DataMember(Name = "productLineCode", EmitDefaultValue = false)]
|
||||
public string ProductLineCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Country
|
||||
/// </summary>
|
||||
[DataMember(Name = "country", EmitDefaultValue = false)]
|
||||
public string Country { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedBy
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdBy", EmitDefaultValue = false)]
|
||||
public string CreatedBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedByFirstName
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdByFirstName", EmitDefaultValue = false)]
|
||||
public string CreatedByFirstName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedByLastName
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdByLastName", EmitDefaultValue = false)]
|
||||
public string CreatedByLastName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets DeltaECalculationRepaired
|
||||
/// </summary>
|
||||
[DataMember(Name = "deltaECalculationRepaired", EmitDefaultValue = false)]
|
||||
public string DeltaECalculationRepaired { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets DeltaECalculationSprayout
|
||||
/// </summary>
|
||||
[DataMember(Name = "deltaECalculationSprayout", EmitDefaultValue = false)]
|
||||
public string DeltaECalculationSprayout { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets OwnColorVariantNumber
|
||||
/// </summary>
|
||||
[DataMember(Name = "ownColorVariantNumber", EmitDefaultValue = true)]
|
||||
public int? OwnColorVariantNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets PrimerProductId
|
||||
/// </summary>
|
||||
[DataMember(Name = "primerProductId", EmitDefaultValue = false)]
|
||||
public string PrimerProductId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductId is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductId is only required for color mixes</value>
|
||||
[DataMember(Name = "productId", EmitDefaultValue = false)]
|
||||
public string ProductId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductName is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductName is only required for color mixes</value>
|
||||
[DataMember(Name = "productName", EmitDefaultValue = false)]
|
||||
public string ProductName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets SelectedVersionIndex
|
||||
/// </summary>
|
||||
[DataMember(Name = "selectedVersionIndex", EmitDefaultValue = false)]
|
||||
public int SelectedVersionIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets additional properties
|
||||
/// </summary>
|
||||
[JsonExtensionData]
|
||||
public IDictionary<string, object> AdditionalProperties { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns the string presentation of the object
|
||||
/// </summary>
|
||||
/// <returns>String presentation of the object</returns>
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("class MixLog {\n");
|
||||
sb.Append(" Id: ").Append(Id).Append("\n");
|
||||
sb.Append(" Description: ").Append(Description).Append("\n");
|
||||
sb.Append(" MixDate: ").Append(MixDate).Append("\n");
|
||||
sb.Append(" ShopId: ").Append(ShopId).Append("\n");
|
||||
sb.Append(" TotalPrice: ").Append(TotalPrice).Append("\n");
|
||||
sb.Append(" TotalRecalculations: ").Append(TotalRecalculations).Append("\n");
|
||||
sb.Append(" TotalOverPoors: ").Append(TotalOverPoors).Append("\n");
|
||||
sb.Append(" TotalSkips: ").Append(TotalSkips).Append("\n");
|
||||
sb.Append(" TotalUnderPours: ").Append(TotalUnderPours).Append("\n");
|
||||
sb.Append(" FormulaVersionDate: ").Append(FormulaVersionDate).Append("\n");
|
||||
sb.Append(" SomeCode: ").Append(SomeCode).Append("\n");
|
||||
sb.Append(" BatchNumber: ").Append(BatchNumber).Append("\n");
|
||||
sb.Append(" BrandCode: ").Append(BrandCode).Append("\n");
|
||||
sb.Append(" BrandId: ").Append(BrandId).Append("\n");
|
||||
sb.Append(" BrandName: ").Append(BrandName).Append("\n");
|
||||
sb.Append(" CategoryCode: ").Append(CategoryCode).Append("\n");
|
||||
sb.Append(" Color: ").Append(Color).Append("\n");
|
||||
sb.Append(" ColorDescription: ").Append(ColorDescription).Append("\n");
|
||||
sb.Append(" Comment: ").Append(Comment).Append("\n");
|
||||
sb.Append(" CommercialProductCode: ").Append(CommercialProductCode).Append("\n");
|
||||
sb.Append(" ProductLineCode: ").Append(ProductLineCode).Append("\n");
|
||||
sb.Append(" Country: ").Append(Country).Append("\n");
|
||||
sb.Append(" CreatedBy: ").Append(CreatedBy).Append("\n");
|
||||
sb.Append(" CreatedByFirstName: ").Append(CreatedByFirstName).Append("\n");
|
||||
sb.Append(" CreatedByLastName: ").Append(CreatedByLastName).Append("\n");
|
||||
sb.Append(" DeltaECalculationRepaired: ").Append(DeltaECalculationRepaired).Append("\n");
|
||||
sb.Append(" DeltaECalculationSprayout: ").Append(DeltaECalculationSprayout).Append("\n");
|
||||
sb.Append(" OwnColorVariantNumber: ").Append(OwnColorVariantNumber).Append("\n");
|
||||
sb.Append(" PrimerProductId: ").Append(PrimerProductId).Append("\n");
|
||||
sb.Append(" ProductId: ").Append(ProductId).Append("\n");
|
||||
sb.Append(" ProductName: ").Append(ProductName).Append("\n");
|
||||
sb.Append(" SelectedVersionIndex: ").Append(SelectedVersionIndex).Append("\n");
|
||||
sb.Append(" AdditionalProperties: ").Append(AdditionalProperties).Append("\n");
|
||||
sb.Append("}\n");
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the JSON string presentation of the object
|
||||
/// </summary>
|
||||
/// <returns>JSON string presentation of the object</returns>
|
||||
public virtual string ToJson()
|
||||
{
|
||||
return Newtonsoft.Json.JsonConvert.SerializeObject(this, Newtonsoft.Json.Formatting.Indented);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if objects are equal
|
||||
/// </summary>
|
||||
/// <param name="input">Object to be compared</param>
|
||||
/// <returns>Boolean</returns>
|
||||
public override bool Equals(object input)
|
||||
{
|
||||
return OpenAPIClientUtils.compareLogic.Compare(this, input as MixLog).AreEqual;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if MixLog instances are equal
|
||||
/// </summary>
|
||||
/// <param name="input">Instance of MixLog to be compared</param>
|
||||
/// <returns>Boolean</returns>
|
||||
public bool Equals(MixLog input)
|
||||
{
|
||||
return OpenAPIClientUtils.compareLogic.Compare(this, input).AreEqual;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the hash code
|
||||
/// </summary>
|
||||
/// <returns>Hash code</returns>
|
||||
public override int GetHashCode()
|
||||
{
|
||||
unchecked // Overflow is fine, just wrap
|
||||
{
|
||||
int hashCode = 41;
|
||||
if (this.Id != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Id.GetHashCode();
|
||||
}
|
||||
if (this.Description != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Description.GetHashCode();
|
||||
}
|
||||
if (this.MixDate != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.MixDate.GetHashCode();
|
||||
}
|
||||
if (this.ShopId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ShopId.GetHashCode();
|
||||
}
|
||||
if (this.TotalPrice != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.TotalPrice.GetHashCode();
|
||||
}
|
||||
hashCode = (hashCode * 59) + this.TotalRecalculations.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalOverPoors.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalSkips.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalUnderPours.GetHashCode();
|
||||
if (this.FormulaVersionDate != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.FormulaVersionDate.GetHashCode();
|
||||
}
|
||||
if (this.SomeCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.SomeCode.GetHashCode();
|
||||
}
|
||||
if (this.BatchNumber != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BatchNumber.GetHashCode();
|
||||
}
|
||||
if (this.BrandCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandCode.GetHashCode();
|
||||
}
|
||||
if (this.BrandId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandId.GetHashCode();
|
||||
}
|
||||
if (this.BrandName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandName.GetHashCode();
|
||||
}
|
||||
if (this.CategoryCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CategoryCode.GetHashCode();
|
||||
}
|
||||
if (this.Color != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Color.GetHashCode();
|
||||
}
|
||||
if (this.ColorDescription != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ColorDescription.GetHashCode();
|
||||
}
|
||||
if (this.Comment != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Comment.GetHashCode();
|
||||
}
|
||||
if (this.CommercialProductCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CommercialProductCode.GetHashCode();
|
||||
}
|
||||
if (this.ProductLineCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductLineCode.GetHashCode();
|
||||
}
|
||||
if (this.Country != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Country.GetHashCode();
|
||||
}
|
||||
if (this.CreatedBy != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedBy.GetHashCode();
|
||||
}
|
||||
if (this.CreatedByFirstName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedByFirstName.GetHashCode();
|
||||
}
|
||||
if (this.CreatedByLastName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedByLastName.GetHashCode();
|
||||
}
|
||||
if (this.DeltaECalculationRepaired != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.DeltaECalculationRepaired.GetHashCode();
|
||||
}
|
||||
if (this.DeltaECalculationSprayout != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.DeltaECalculationSprayout.GetHashCode();
|
||||
}
|
||||
if (this.OwnColorVariantNumber != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.OwnColorVariantNumber.GetHashCode();
|
||||
}
|
||||
if (this.PrimerProductId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.PrimerProductId.GetHashCode();
|
||||
}
|
||||
if (this.ProductId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductId.GetHashCode();
|
||||
}
|
||||
if (this.ProductName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductName.GetHashCode();
|
||||
}
|
||||
hashCode = (hashCode * 59) + this.SelectedVersionIndex.GetHashCode();
|
||||
if (this.AdditionalProperties != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.AdditionalProperties.GetHashCode();
|
||||
}
|
||||
return hashCode;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// To validate all properties of the instance
|
||||
/// </summary>
|
||||
/// <param name="validationContext">Validation context</param>
|
||||
/// <returns>Validation Result</returns>
|
||||
IEnumerable<ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
|
||||
{
|
||||
yield break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -53,7 +53,6 @@ docs/List.md
|
||||
docs/LiteralStringClass.md
|
||||
docs/Mammal.md
|
||||
docs/MapTest.md
|
||||
docs/MixLog.md
|
||||
docs/MixedAnyOf.md
|
||||
docs/MixedAnyOfContent.md
|
||||
docs/MixedOneOf.md
|
||||
@ -184,7 +183,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -215,7 +215,6 @@ Class | Method | HTTP request | Description
|
||||
- [Model.LiteralStringClass](docs/LiteralStringClass.md)
|
||||
- [Model.Mammal](docs/Mammal.md)
|
||||
- [Model.MapTest](docs/MapTest.md)
|
||||
- [Model.MixLog](docs/MixLog.md)
|
||||
- [Model.MixedAnyOf](docs/MixedAnyOf.md)
|
||||
- [Model.MixedAnyOfContent](docs/MixedAnyOfContent.md)
|
||||
- [Model.MixedOneOf](docs/MixedOneOf.md)
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
@ -1,41 +0,0 @@
|
||||
# Org.OpenAPITools.Model.MixLog
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **Guid** | |
|
||||
**Description** | **string** | |
|
||||
**MixDate** | **DateTime** | |
|
||||
**ShopId** | **Guid** | | [optional]
|
||||
**TotalPrice** | **float?** | | [optional]
|
||||
**TotalRecalculations** | **int** | |
|
||||
**TotalOverPoors** | **int** | |
|
||||
**TotalSkips** | **int** | |
|
||||
**TotalUnderPours** | **int** | |
|
||||
**FormulaVersionDate** | **DateTime** | |
|
||||
**SomeCode** | **string** | SomeCode is only required for color mixes | [optional]
|
||||
**BatchNumber** | **string** | | [optional]
|
||||
**BrandCode** | **string** | BrandCode is only required for non-color mixes | [optional]
|
||||
**BrandId** | **string** | BrandId is only required for color mixes | [optional]
|
||||
**BrandName** | **string** | BrandName is only required for color mixes | [optional]
|
||||
**CategoryCode** | **string** | CategoryCode is not used anymore | [optional]
|
||||
**Color** | **string** | Color is only required for color mixes | [optional]
|
||||
**ColorDescription** | **string** | | [optional]
|
||||
**Comment** | **string** | | [optional]
|
||||
**CommercialProductCode** | **string** | | [optional]
|
||||
**ProductLineCode** | **string** | ProductLineCode is only required for color mixes | [optional]
|
||||
**Country** | **string** | | [optional]
|
||||
**CreatedBy** | **string** | | [optional]
|
||||
**CreatedByFirstName** | **string** | | [optional]
|
||||
**CreatedByLastName** | **string** | | [optional]
|
||||
**DeltaECalculationRepaired** | **string** | | [optional]
|
||||
**DeltaECalculationSprayout** | **string** | | [optional]
|
||||
**OwnColorVariantNumber** | **int?** | | [optional]
|
||||
**PrimerProductId** | **string** | | [optional]
|
||||
**ProductId** | **string** | ProductId is only required for color mixes | [optional]
|
||||
**ProductName** | **string** | ProductName is only required for color mixes | [optional]
|
||||
**SelectedVersionIndex** | **int** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
@ -1,345 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using Xunit;
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using Org.OpenAPITools.Model;
|
||||
using Org.OpenAPITools.Client;
|
||||
using System.Reflection;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Org.OpenAPITools.Test.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Class for testing MixLog
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
/// Please update the test case below to test the model.
|
||||
/// </remarks>
|
||||
public class MixLogTests : IDisposable
|
||||
{
|
||||
// TODO uncomment below to declare an instance variable for MixLog
|
||||
//private MixLog instance;
|
||||
|
||||
public MixLogTests()
|
||||
{
|
||||
// TODO uncomment below to create an instance of MixLog
|
||||
//instance = new MixLog();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
// Cleanup when everything is done.
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test an instance of MixLog
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixLogInstanceTest()
|
||||
{
|
||||
// TODO uncomment below to test "IsType" MixLog
|
||||
//Assert.IsType<MixLog>(instance);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Id'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void IdTest()
|
||||
{
|
||||
// TODO unit test for the property 'Id'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Description'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'Description'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'MixDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void MixDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'MixDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ShopId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ShopIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ShopId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalPrice'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalPriceTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalPrice'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalRecalculations'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalRecalculationsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalRecalculations'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalOverPoors'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalOverPoorsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalOverPoors'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalSkips'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalSkipsTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalSkips'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'TotalUnderPours'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void TotalUnderPoursTest()
|
||||
{
|
||||
// TODO unit test for the property 'TotalUnderPours'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'FormulaVersionDate'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void FormulaVersionDateTest()
|
||||
{
|
||||
// TODO unit test for the property 'FormulaVersionDate'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SomeCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SomeCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'SomeCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BatchNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BatchNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'BatchNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'BrandName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void BrandNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'BrandName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CategoryCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CategoryCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CategoryCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Color'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorTest()
|
||||
{
|
||||
// TODO unit test for the property 'Color'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ColorDescription'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ColorDescriptionTest()
|
||||
{
|
||||
// TODO unit test for the property 'ColorDescription'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Comment'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommentTest()
|
||||
{
|
||||
// TODO unit test for the property 'Comment'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CommercialProductCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CommercialProductCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'CommercialProductCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductLineCode'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductLineCodeTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductLineCode'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'Country'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CountryTest()
|
||||
{
|
||||
// TODO unit test for the property 'Country'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedBy'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedBy'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByFirstName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByFirstNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByFirstName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'CreatedByLastName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CreatedByLastNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'CreatedByLastName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationRepaired'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationRepairedTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationRepaired'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'DeltaECalculationSprayout'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void DeltaECalculationSprayoutTest()
|
||||
{
|
||||
// TODO unit test for the property 'DeltaECalculationSprayout'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'OwnColorVariantNumber'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void OwnColorVariantNumberTest()
|
||||
{
|
||||
// TODO unit test for the property 'OwnColorVariantNumber'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'PrimerProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void PrimerProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'PrimerProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductId'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductIdTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductId'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'ProductName'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void ProductNameTest()
|
||||
{
|
||||
// TODO unit test for the property 'ProductName'
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Test the property 'SelectedVersionIndex'
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void SelectedVersionIndexTest()
|
||||
{
|
||||
// TODO unit test for the property 'SelectedVersionIndex'
|
||||
}
|
||||
}
|
||||
}
|
@ -1,527 +0,0 @@
|
||||
/*
|
||||
* OpenAPI Petstore
|
||||
*
|
||||
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
|
||||
*
|
||||
* The version of the OpenAPI document: 1.0.0
|
||||
* Generated by: https://github.com/openapitools/openapi-generator.git
|
||||
*/
|
||||
|
||||
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Linq;
|
||||
using System.IO;
|
||||
using System.Runtime.Serialization;
|
||||
using System.Text;
|
||||
using System.Text.RegularExpressions;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using OpenAPIDateConverter = Org.OpenAPITools.Client.OpenAPIDateConverter;
|
||||
using OpenAPIClientUtils = Org.OpenAPITools.Client.ClientUtils;
|
||||
|
||||
namespace Org.OpenAPITools.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// MixLog
|
||||
/// </summary>
|
||||
[DataContract(Name = "MixLog")]
|
||||
public partial class MixLog : IEquatable<MixLog>, IValidatableObject
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MixLog" /> class.
|
||||
/// </summary>
|
||||
[JsonConstructorAttribute]
|
||||
protected MixLog() { }
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="MixLog" /> class.
|
||||
/// </summary>
|
||||
/// <param name="id">id (required).</param>
|
||||
/// <param name="description">description (required).</param>
|
||||
/// <param name="mixDate">mixDate (required).</param>
|
||||
/// <param name="shopId">shopId.</param>
|
||||
/// <param name="totalPrice">totalPrice.</param>
|
||||
/// <param name="totalRecalculations">totalRecalculations (required).</param>
|
||||
/// <param name="totalOverPoors">totalOverPoors (required).</param>
|
||||
/// <param name="totalSkips">totalSkips (required).</param>
|
||||
/// <param name="totalUnderPours">totalUnderPours (required).</param>
|
||||
/// <param name="formulaVersionDate">formulaVersionDate (required).</param>
|
||||
/// <param name="someCode">SomeCode is only required for color mixes.</param>
|
||||
/// <param name="batchNumber">batchNumber.</param>
|
||||
/// <param name="brandCode">BrandCode is only required for non-color mixes.</param>
|
||||
/// <param name="brandId">BrandId is only required for color mixes.</param>
|
||||
/// <param name="brandName">BrandName is only required for color mixes.</param>
|
||||
/// <param name="categoryCode">CategoryCode is not used anymore.</param>
|
||||
/// <param name="color">Color is only required for color mixes.</param>
|
||||
/// <param name="colorDescription">colorDescription.</param>
|
||||
/// <param name="comment">comment.</param>
|
||||
/// <param name="commercialProductCode">commercialProductCode.</param>
|
||||
/// <param name="productLineCode">ProductLineCode is only required for color mixes.</param>
|
||||
/// <param name="country">country.</param>
|
||||
/// <param name="createdBy">createdBy.</param>
|
||||
/// <param name="createdByFirstName">createdByFirstName.</param>
|
||||
/// <param name="createdByLastName">createdByLastName.</param>
|
||||
/// <param name="deltaECalculationRepaired">deltaECalculationRepaired.</param>
|
||||
/// <param name="deltaECalculationSprayout">deltaECalculationSprayout.</param>
|
||||
/// <param name="ownColorVariantNumber">ownColorVariantNumber.</param>
|
||||
/// <param name="primerProductId">primerProductId.</param>
|
||||
/// <param name="productId">ProductId is only required for color mixes.</param>
|
||||
/// <param name="productName">ProductName is only required for color mixes.</param>
|
||||
/// <param name="selectedVersionIndex">selectedVersionIndex.</param>
|
||||
public MixLog(Guid id = default(Guid), string description = default(string), DateTime mixDate = default(DateTime), Guid shopId = default(Guid), float? totalPrice = default(float?), int totalRecalculations = default(int), int totalOverPoors = default(int), int totalSkips = default(int), int totalUnderPours = default(int), DateTime formulaVersionDate = default(DateTime), string someCode = default(string), string batchNumber = default(string), string brandCode = default(string), string brandId = default(string), string brandName = default(string), string categoryCode = default(string), string color = default(string), string colorDescription = default(string), string comment = default(string), string commercialProductCode = default(string), string productLineCode = default(string), string country = default(string), string createdBy = default(string), string createdByFirstName = default(string), string createdByLastName = default(string), string deltaECalculationRepaired = default(string), string deltaECalculationSprayout = default(string), int? ownColorVariantNumber = default(int?), string primerProductId = default(string), string productId = default(string), string productName = default(string), int selectedVersionIndex = default(int))
|
||||
{
|
||||
this.Id = id;
|
||||
// to ensure "description" is required (not null)
|
||||
if (description == null)
|
||||
{
|
||||
throw new ArgumentNullException("description is a required property for MixLog and cannot be null");
|
||||
}
|
||||
this.Description = description;
|
||||
this.MixDate = mixDate;
|
||||
this.TotalRecalculations = totalRecalculations;
|
||||
this.TotalOverPoors = totalOverPoors;
|
||||
this.TotalSkips = totalSkips;
|
||||
this.TotalUnderPours = totalUnderPours;
|
||||
this.FormulaVersionDate = formulaVersionDate;
|
||||
this.ShopId = shopId;
|
||||
this.TotalPrice = totalPrice;
|
||||
this.SomeCode = someCode;
|
||||
this.BatchNumber = batchNumber;
|
||||
this.BrandCode = brandCode;
|
||||
this.BrandId = brandId;
|
||||
this.BrandName = brandName;
|
||||
this.CategoryCode = categoryCode;
|
||||
this.Color = color;
|
||||
this.ColorDescription = colorDescription;
|
||||
this.Comment = comment;
|
||||
this.CommercialProductCode = commercialProductCode;
|
||||
this.ProductLineCode = productLineCode;
|
||||
this.Country = country;
|
||||
this.CreatedBy = createdBy;
|
||||
this.CreatedByFirstName = createdByFirstName;
|
||||
this.CreatedByLastName = createdByLastName;
|
||||
this.DeltaECalculationRepaired = deltaECalculationRepaired;
|
||||
this.DeltaECalculationSprayout = deltaECalculationSprayout;
|
||||
this.OwnColorVariantNumber = ownColorVariantNumber;
|
||||
this.PrimerProductId = primerProductId;
|
||||
this.ProductId = productId;
|
||||
this.ProductName = productName;
|
||||
this.SelectedVersionIndex = selectedVersionIndex;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Id
|
||||
/// </summary>
|
||||
[DataMember(Name = "id", IsRequired = true, EmitDefaultValue = true)]
|
||||
public Guid Id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Description
|
||||
/// </summary>
|
||||
[DataMember(Name = "description", IsRequired = true, EmitDefaultValue = true)]
|
||||
public string Description { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets MixDate
|
||||
/// </summary>
|
||||
[DataMember(Name = "mixDate", IsRequired = true, EmitDefaultValue = true)]
|
||||
public DateTime MixDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets ShopId
|
||||
/// </summary>
|
||||
[DataMember(Name = "shopId", EmitDefaultValue = false)]
|
||||
public Guid ShopId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalPrice
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalPrice", EmitDefaultValue = true)]
|
||||
public float? TotalPrice { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalRecalculations
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalRecalculations", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalRecalculations { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalOverPoors
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalOverPoors", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalOverPoors { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalSkips
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalSkips", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalSkips { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets TotalUnderPours
|
||||
/// </summary>
|
||||
[DataMember(Name = "totalUnderPours", IsRequired = true, EmitDefaultValue = true)]
|
||||
public int TotalUnderPours { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets FormulaVersionDate
|
||||
/// </summary>
|
||||
[DataMember(Name = "formulaVersionDate", IsRequired = true, EmitDefaultValue = true)]
|
||||
public DateTime FormulaVersionDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// SomeCode is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>SomeCode is only required for color mixes</value>
|
||||
[DataMember(Name = "someCode", EmitDefaultValue = true)]
|
||||
public string SomeCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets BatchNumber
|
||||
/// </summary>
|
||||
[DataMember(Name = "batchNumber", EmitDefaultValue = false)]
|
||||
public string BatchNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandCode is only required for non-color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandCode is only required for non-color mixes</value>
|
||||
[DataMember(Name = "brandCode", EmitDefaultValue = false)]
|
||||
public string BrandCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandId is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandId is only required for color mixes</value>
|
||||
[DataMember(Name = "brandId", EmitDefaultValue = false)]
|
||||
public string BrandId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// BrandName is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>BrandName is only required for color mixes</value>
|
||||
[DataMember(Name = "brandName", EmitDefaultValue = false)]
|
||||
public string BrandName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// CategoryCode is not used anymore
|
||||
/// </summary>
|
||||
/// <value>CategoryCode is not used anymore</value>
|
||||
[DataMember(Name = "categoryCode", EmitDefaultValue = false)]
|
||||
public string CategoryCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Color is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>Color is only required for color mixes</value>
|
||||
[DataMember(Name = "color", EmitDefaultValue = false)]
|
||||
public string Color { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets ColorDescription
|
||||
/// </summary>
|
||||
[DataMember(Name = "colorDescription", EmitDefaultValue = false)]
|
||||
public string ColorDescription { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Comment
|
||||
/// </summary>
|
||||
[DataMember(Name = "comment", EmitDefaultValue = false)]
|
||||
public string Comment { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CommercialProductCode
|
||||
/// </summary>
|
||||
[DataMember(Name = "commercialProductCode", EmitDefaultValue = false)]
|
||||
public string CommercialProductCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductLineCode is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductLineCode is only required for color mixes</value>
|
||||
[DataMember(Name = "productLineCode", EmitDefaultValue = false)]
|
||||
public string ProductLineCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets Country
|
||||
/// </summary>
|
||||
[DataMember(Name = "country", EmitDefaultValue = false)]
|
||||
public string Country { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedBy
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdBy", EmitDefaultValue = false)]
|
||||
public string CreatedBy { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedByFirstName
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdByFirstName", EmitDefaultValue = false)]
|
||||
public string CreatedByFirstName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets CreatedByLastName
|
||||
/// </summary>
|
||||
[DataMember(Name = "createdByLastName", EmitDefaultValue = false)]
|
||||
public string CreatedByLastName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets DeltaECalculationRepaired
|
||||
/// </summary>
|
||||
[DataMember(Name = "deltaECalculationRepaired", EmitDefaultValue = false)]
|
||||
public string DeltaECalculationRepaired { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets DeltaECalculationSprayout
|
||||
/// </summary>
|
||||
[DataMember(Name = "deltaECalculationSprayout", EmitDefaultValue = false)]
|
||||
public string DeltaECalculationSprayout { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets OwnColorVariantNumber
|
||||
/// </summary>
|
||||
[DataMember(Name = "ownColorVariantNumber", EmitDefaultValue = true)]
|
||||
public int? OwnColorVariantNumber { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets PrimerProductId
|
||||
/// </summary>
|
||||
[DataMember(Name = "primerProductId", EmitDefaultValue = false)]
|
||||
public string PrimerProductId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductId is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductId is only required for color mixes</value>
|
||||
[DataMember(Name = "productId", EmitDefaultValue = false)]
|
||||
public string ProductId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// ProductName is only required for color mixes
|
||||
/// </summary>
|
||||
/// <value>ProductName is only required for color mixes</value>
|
||||
[DataMember(Name = "productName", EmitDefaultValue = false)]
|
||||
public string ProductName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets SelectedVersionIndex
|
||||
/// </summary>
|
||||
[DataMember(Name = "selectedVersionIndex", EmitDefaultValue = false)]
|
||||
public int SelectedVersionIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Returns the string presentation of the object
|
||||
/// </summary>
|
||||
/// <returns>String presentation of the object</returns>
|
||||
public override string ToString()
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.Append("class MixLog {\n");
|
||||
sb.Append(" Id: ").Append(Id).Append("\n");
|
||||
sb.Append(" Description: ").Append(Description).Append("\n");
|
||||
sb.Append(" MixDate: ").Append(MixDate).Append("\n");
|
||||
sb.Append(" ShopId: ").Append(ShopId).Append("\n");
|
||||
sb.Append(" TotalPrice: ").Append(TotalPrice).Append("\n");
|
||||
sb.Append(" TotalRecalculations: ").Append(TotalRecalculations).Append("\n");
|
||||
sb.Append(" TotalOverPoors: ").Append(TotalOverPoors).Append("\n");
|
||||
sb.Append(" TotalSkips: ").Append(TotalSkips).Append("\n");
|
||||
sb.Append(" TotalUnderPours: ").Append(TotalUnderPours).Append("\n");
|
||||
sb.Append(" FormulaVersionDate: ").Append(FormulaVersionDate).Append("\n");
|
||||
sb.Append(" SomeCode: ").Append(SomeCode).Append("\n");
|
||||
sb.Append(" BatchNumber: ").Append(BatchNumber).Append("\n");
|
||||
sb.Append(" BrandCode: ").Append(BrandCode).Append("\n");
|
||||
sb.Append(" BrandId: ").Append(BrandId).Append("\n");
|
||||
sb.Append(" BrandName: ").Append(BrandName).Append("\n");
|
||||
sb.Append(" CategoryCode: ").Append(CategoryCode).Append("\n");
|
||||
sb.Append(" Color: ").Append(Color).Append("\n");
|
||||
sb.Append(" ColorDescription: ").Append(ColorDescription).Append("\n");
|
||||
sb.Append(" Comment: ").Append(Comment).Append("\n");
|
||||
sb.Append(" CommercialProductCode: ").Append(CommercialProductCode).Append("\n");
|
||||
sb.Append(" ProductLineCode: ").Append(ProductLineCode).Append("\n");
|
||||
sb.Append(" Country: ").Append(Country).Append("\n");
|
||||
sb.Append(" CreatedBy: ").Append(CreatedBy).Append("\n");
|
||||
sb.Append(" CreatedByFirstName: ").Append(CreatedByFirstName).Append("\n");
|
||||
sb.Append(" CreatedByLastName: ").Append(CreatedByLastName).Append("\n");
|
||||
sb.Append(" DeltaECalculationRepaired: ").Append(DeltaECalculationRepaired).Append("\n");
|
||||
sb.Append(" DeltaECalculationSprayout: ").Append(DeltaECalculationSprayout).Append("\n");
|
||||
sb.Append(" OwnColorVariantNumber: ").Append(OwnColorVariantNumber).Append("\n");
|
||||
sb.Append(" PrimerProductId: ").Append(PrimerProductId).Append("\n");
|
||||
sb.Append(" ProductId: ").Append(ProductId).Append("\n");
|
||||
sb.Append(" ProductName: ").Append(ProductName).Append("\n");
|
||||
sb.Append(" SelectedVersionIndex: ").Append(SelectedVersionIndex).Append("\n");
|
||||
sb.Append("}\n");
|
||||
return sb.ToString();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the JSON string presentation of the object
|
||||
/// </summary>
|
||||
/// <returns>JSON string presentation of the object</returns>
|
||||
public virtual string ToJson()
|
||||
{
|
||||
return Newtonsoft.Json.JsonConvert.SerializeObject(this, Newtonsoft.Json.Formatting.Indented);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if objects are equal
|
||||
/// </summary>
|
||||
/// <param name="input">Object to be compared</param>
|
||||
/// <returns>Boolean</returns>
|
||||
public override bool Equals(object input)
|
||||
{
|
||||
return OpenAPIClientUtils.compareLogic.Compare(this, input as MixLog).AreEqual;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns true if MixLog instances are equal
|
||||
/// </summary>
|
||||
/// <param name="input">Instance of MixLog to be compared</param>
|
||||
/// <returns>Boolean</returns>
|
||||
public bool Equals(MixLog input)
|
||||
{
|
||||
return OpenAPIClientUtils.compareLogic.Compare(this, input).AreEqual;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets the hash code
|
||||
/// </summary>
|
||||
/// <returns>Hash code</returns>
|
||||
public override int GetHashCode()
|
||||
{
|
||||
unchecked // Overflow is fine, just wrap
|
||||
{
|
||||
int hashCode = 41;
|
||||
if (this.Id != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Id.GetHashCode();
|
||||
}
|
||||
if (this.Description != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Description.GetHashCode();
|
||||
}
|
||||
if (this.MixDate != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.MixDate.GetHashCode();
|
||||
}
|
||||
if (this.ShopId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ShopId.GetHashCode();
|
||||
}
|
||||
if (this.TotalPrice != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.TotalPrice.GetHashCode();
|
||||
}
|
||||
hashCode = (hashCode * 59) + this.TotalRecalculations.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalOverPoors.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalSkips.GetHashCode();
|
||||
hashCode = (hashCode * 59) + this.TotalUnderPours.GetHashCode();
|
||||
if (this.FormulaVersionDate != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.FormulaVersionDate.GetHashCode();
|
||||
}
|
||||
if (this.SomeCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.SomeCode.GetHashCode();
|
||||
}
|
||||
if (this.BatchNumber != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BatchNumber.GetHashCode();
|
||||
}
|
||||
if (this.BrandCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandCode.GetHashCode();
|
||||
}
|
||||
if (this.BrandId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandId.GetHashCode();
|
||||
}
|
||||
if (this.BrandName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.BrandName.GetHashCode();
|
||||
}
|
||||
if (this.CategoryCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CategoryCode.GetHashCode();
|
||||
}
|
||||
if (this.Color != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Color.GetHashCode();
|
||||
}
|
||||
if (this.ColorDescription != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ColorDescription.GetHashCode();
|
||||
}
|
||||
if (this.Comment != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Comment.GetHashCode();
|
||||
}
|
||||
if (this.CommercialProductCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CommercialProductCode.GetHashCode();
|
||||
}
|
||||
if (this.ProductLineCode != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductLineCode.GetHashCode();
|
||||
}
|
||||
if (this.Country != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.Country.GetHashCode();
|
||||
}
|
||||
if (this.CreatedBy != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedBy.GetHashCode();
|
||||
}
|
||||
if (this.CreatedByFirstName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedByFirstName.GetHashCode();
|
||||
}
|
||||
if (this.CreatedByLastName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.CreatedByLastName.GetHashCode();
|
||||
}
|
||||
if (this.DeltaECalculationRepaired != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.DeltaECalculationRepaired.GetHashCode();
|
||||
}
|
||||
if (this.DeltaECalculationSprayout != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.DeltaECalculationSprayout.GetHashCode();
|
||||
}
|
||||
if (this.OwnColorVariantNumber != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.OwnColorVariantNumber.GetHashCode();
|
||||
}
|
||||
if (this.PrimerProductId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.PrimerProductId.GetHashCode();
|
||||
}
|
||||
if (this.ProductId != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductId.GetHashCode();
|
||||
}
|
||||
if (this.ProductName != null)
|
||||
{
|
||||
hashCode = (hashCode * 59) + this.ProductName.GetHashCode();
|
||||
}
|
||||
hashCode = (hashCode * 59) + this.SelectedVersionIndex.GetHashCode();
|
||||
return hashCode;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// To validate all properties of the instance
|
||||
/// </summary>
|
||||
/// <param name="validationContext">Validation context</param>
|
||||
/// <returns>Validation Result</returns>
|
||||
IEnumerable<ValidationResult> IValidatableObject.Validate(ValidationContext validationContext)
|
||||
{
|
||||
yield break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -53,7 +53,6 @@ docs/List.md
|
||||
docs/LiteralStringClass.md
|
||||
docs/Mammal.md
|
||||
docs/MapTest.md
|
||||
docs/MixLog.md
|
||||
docs/MixedAnyOf.md
|
||||
docs/MixedAnyOfContent.md
|
||||
docs/MixedOneOf.md
|
||||
@ -184,7 +183,6 @@ src/Org.OpenAPITools/Model/List.cs
|
||||
src/Org.OpenAPITools/Model/LiteralStringClass.cs
|
||||
src/Org.OpenAPITools/Model/Mammal.cs
|
||||
src/Org.OpenAPITools/Model/MapTest.cs
|
||||
src/Org.OpenAPITools/Model/MixLog.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOf.cs
|
||||
src/Org.OpenAPITools/Model/MixedAnyOfContent.cs
|
||||
src/Org.OpenAPITools/Model/MixedOneOf.cs
|
||||
|
@ -203,7 +203,6 @@ Class | Method | HTTP request | Description
|
||||
- [Model.LiteralStringClass](docs/LiteralStringClass.md)
|
||||
- [Model.Mammal](docs/Mammal.md)
|
||||
- [Model.MapTest](docs/MapTest.md)
|
||||
- [Model.MixLog](docs/MixLog.md)
|
||||
- [Model.MixedAnyOf](docs/MixedAnyOf.md)
|
||||
- [Model.MixedAnyOfContent](docs/MixedAnyOfContent.md)
|
||||
- [Model.MixedOneOf](docs/MixedOneOf.md)
|
||||
|
@ -2770,108 +2770,6 @@ components:
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
MixLog:
|
||||
properties:
|
||||
id:
|
||||
format: uuid
|
||||
type: string
|
||||
description:
|
||||
type: string
|
||||
mixDate:
|
||||
format: date-time
|
||||
type: string
|
||||
shopId:
|
||||
format: uuid
|
||||
type: string
|
||||
totalPrice:
|
||||
format: float
|
||||
nullable: true
|
||||
type: number
|
||||
totalRecalculations:
|
||||
format: int32
|
||||
type: integer
|
||||
totalOverPoors:
|
||||
format: int32
|
||||
type: integer
|
||||
totalSkips:
|
||||
format: int32
|
||||
type: integer
|
||||
totalUnderPours:
|
||||
format: int32
|
||||
type: integer
|
||||
formulaVersionDate:
|
||||
format: date-time
|
||||
type: string
|
||||
someCode:
|
||||
description: SomeCode is only required for color mixes
|
||||
nullable: true
|
||||
type: string
|
||||
batchNumber:
|
||||
type: string
|
||||
brandCode:
|
||||
description: BrandCode is only required for non-color mixes
|
||||
type: string
|
||||
brandId:
|
||||
description: BrandId is only required for color mixes
|
||||
type: string
|
||||
brandName:
|
||||
description: BrandName is only required for color mixes
|
||||
type: string
|
||||
categoryCode:
|
||||
description: CategoryCode is not used anymore
|
||||
type: string
|
||||
color:
|
||||
description: Color is only required for color mixes
|
||||
type: string
|
||||
colorDescription:
|
||||
type: string
|
||||
comment:
|
||||
type: string
|
||||
commercialProductCode:
|
||||
type: string
|
||||
productLineCode:
|
||||
description: ProductLineCode is only required for color mixes
|
||||
type: string
|
||||
country:
|
||||
type: string
|
||||
createdBy:
|
||||
type: string
|
||||
createdByFirstName:
|
||||
type: string
|
||||
createdByLastName:
|
||||
type: string
|
||||
deltaECalculationRepaired:
|
||||
type: string
|
||||
deltaECalculationSprayout:
|
||||
type: string
|
||||
ownColorVariantNumber:
|
||||
format: int32
|
||||
nullable: true
|
||||
type: integer
|
||||
primerProductId:
|
||||
type: string
|
||||
productId:
|
||||
description: ProductId is only required for color mixes
|
||||
type: string
|
||||
productName:
|
||||
description: ProductName is only required for color mixes
|
||||
type: string
|
||||
selectedVersionIndex:
|
||||
format: int32
|
||||
type: integer
|
||||
required:
|
||||
- description
|
||||
- formulaVersionDate
|
||||
- id
|
||||
- mixDate
|
||||
- totalOverPoors
|
||||
- totalRecalculations
|
||||
- totalSkips
|
||||
- totalUnderPours
|
||||
type: object
|
||||
uuid:
|
||||
format: uuid
|
||||
type: string
|
||||
CopyActivity:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/EntityBase'
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user