update headers

This commit is contained in:
Frede Hundewadt 2023-03-21 07:20:37 +01:00
parent d96f31f878
commit 5d652a7d6a
6 changed files with 232 additions and 192 deletions

View file

@ -1,13 +1,13 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FCS.Lib.Virk // Assembly : FCS.Lib.Common
// Author : FH // Author : fhdk
// Created : 03-31-2022 // Created : 2023 01 19 11:41
// //
// Last Modified By : FH // Last Modified By: fhdk
// Last Modified On : 03-31-2022 // Last Modified On : 2023 03 14 09:16
// *********************************************************************** // ***********************************************************************
// <copyright file="LifeCycle.cs" company="FCS.Lib.Virk"> // <copyright file="LifeCycle.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services. // Copyright (C) 2023-2023 FCS Frede's Computer Services.
// This program is free software: you can redistribute it and/or modify // This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as // it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the // published by the Free Software Foundation, either version 3 of the
@ -23,8 +23,9 @@
// </copyright> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Lib.Common
{ namespace FCS.Lib.Common;
/// <summary> /// <summary>
/// Class LifeCycle /// Class LifeCycle
/// </summary> /// </summary>
@ -34,10 +35,10 @@ namespace FCS.Lib.Common
/// Cycle last updated /// Cycle last updated
/// </summary> /// </summary>
public string LastUpdate { get; set; } = ""; public string LastUpdate { get; set; } = "";
/// <summary> /// <summary>
/// Time Frame for life cycle /// Time Frame for life cycle
/// </summary> /// </summary>
/// <see cref="TimeFrame"/> /// <see cref="TimeFrame"/>
public TimeFrame TimeFrame { get; set; } = new(); public TimeFrame TimeFrame { get; set; } = new();
} }
}

View file

@ -17,5 +17,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
[assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")] [assembly: Guid("8D850197-78DB-4D16-A91F-E5BB6E8880A7")]
[assembly: AssemblyVersion("1.0.23023.0820")] [assembly: AssemblyVersion("1.0.23077.1334")]
[assembly: AssemblyFileVersion("1.0.23023.0820")] [assembly: AssemblyFileVersion("1.0.23077.1334")]

View file

@ -1,30 +1,31 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FCS.Lib.Virk // Assembly : FCS.Lib.Common
// Author : FH // Author : fhdk
// Created : 01-01-2022 // Created : 2022 12 17 13:33
// //
// Last Modified By : FH // Last Modified By: fhdk
// Last Modified On : 02-24-2022 // Last Modified On : 2023 03 14 09:16
// *********************************************************************** // ***********************************************************************
// <copyright file="TimeFrame.cs" company="FCS"> // <copyright file="TimeFrame.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services. // Copyright (C) 2022-2023 FCS Frede's Computer Services.
// This program is free software: you can redistribute it and/or modify // This program is free software: you can redistribute it and/or modify
// it under the terms of the Affero GNU General Public License as // it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the // published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Affero GNU General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the Affero GNU General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Lib.Common
{ namespace FCS.Lib.Common;
/// <summary> /// <summary>
/// Class TimeFrame /// Class TimeFrame
/// </summary> /// </summary>
@ -34,9 +35,9 @@ namespace FCS.Lib.Common
/// From date /// From date
/// </summary> /// </summary>
public string StartDate { get; set; } = ""; public string StartDate { get; set; } = "";
/// <summary> /// <summary>
/// To date /// To date
/// </summary> /// </summary>
public string EndDate { get; set; } = ""; public string EndDate { get; set; } = "";
} }
}

View file

@ -1,33 +1,33 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FCS.Lib.Virk // Assembly : FCS.Lib.Common
// Author : FH // Author : fhdk
// Created : 01-01-2022 // Created : 2022 12 17 13:33
// //
// Last Modified By : FH // Last Modified By: fhdk
// Last Modified On : 02-24-2022 // Last Modified On : 2023 03 14 09:16
// *********************************************************************** // ***********************************************************************
// <copyright file="VatInfoDto.cs" company="FCS"> // <copyright file="VatInfoDto.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services. // Copyright (C) 2022-2023 FCS Frede's Computer Services.
// This program is free software: you can redistribute it and/or modify // This program is free software: you can redistribute it and/or modify
// it under the terms of the Affero GNU General Public License as // it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the // published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Affero GNU General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the Affero GNU General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
using System.Collections.Generic; using System.Collections.Generic;
namespace FCS.Lib.Common namespace FCS.Lib.Common;
{
/// <summary> /// <summary>
/// Class VatInfoDto /// Class VatInfoDto
/// </summary> /// </summary>
@ -37,37 +37,44 @@ namespace FCS.Lib.Common
/// Entity vat number /// Entity vat number
/// </summary> /// </summary>
public string VatNumber { get; set; } = ""; public string VatNumber { get; set; } = "";
/// <summary> /// <summary>
/// Entity name /// Entity name
/// </summary> /// </summary>
public string Name { get; set; } = ""; public string Name { get; set; } = "";
/// <summary> /// <summary>
/// Entity co-location name /// Entity co-location name
/// </summary> /// </summary>
public string CoName { get; set; } = ""; public string CoName { get; set; } = "";
/// <summary> /// <summary>
/// Entity address /// Entity address
/// </summary> /// </summary>
public string Address { get; set; } = ""; public string Address { get; set; } = "";
/// <summary> /// <summary>
/// Entity City /// Entity City
/// </summary> /// </summary>
public string City { get; set; } = ""; public string City { get; set; } = "";
/// <summary> /// <summary>
/// Entity postal code /// Entity postal code
/// </summary> /// </summary>
public string ZipCode { get; set; } = ""; public string ZipCode { get; set; } = "";
/// <summary> /// <summary>
/// List of entity states /// List of entity states
/// </summary> /// </summary>
public List<VatState> States { get; set; } = new(); public List<VatState> States { get; set; } = new();
/// <summary> /// <summary>
/// List of entity life cycles /// List of entity life cycles
/// </summary> /// </summary>
public List<LifeCycle> LifeCycles { get; set; } = new(); public List<LifeCycle> LifeCycles { get; set; } = new();
/// <summary> /// <summary>
/// Registrar request date /// Registrar request date
/// </summary> /// </summary>
public string RequestDate { get; set; } public string RequestDate { get; set; }
} }
}

View file

@ -1,30 +1,31 @@
// *********************************************************************** // ***********************************************************************
// Assembly : FCS.Lib.Virk // Assembly : FCS.Lib.Common
// Author : FH // Author : fhdk
// Created : 01-01-2022 // Created : 2022 12 17 13:33
// //
// Last Modified By : FH // Last Modified By: fhdk
// Last Modified On : 02-24-2022 // Last Modified On : 2023 03 14 09:16
// *********************************************************************** // ***********************************************************************
// <copyright file="CvrState.cs" company="FCS"> // <copyright file="VatState.cs" company="FCS">
// Copyright (C) 2022 FCS Frede's Computer Services. // Copyright (C) 2022-2023 FCS Frede's Computer Services.
// This program is free software: you can redistribute it and/or modify // This program is free software: you can redistribute it and/or modify
// it under the terms of the Affero GNU General Public License as // it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the // published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version. // License, or (at your option) any later version.
// //
// This program is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Affero GNU General Public License for more details. // GNU Affero General Public License for more details.
// //
// You should have received a copy of the Affero GNU General Public License // You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] // along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright> // </copyright>
// <summary></summary> // <summary></summary>
// *********************************************************************** // ***********************************************************************
namespace FCS.Lib.Common
{ namespace FCS.Lib.Common;
/// <summary> /// <summary>
/// Class VatState /// Class VatState
/// </summary> /// </summary>
@ -34,14 +35,15 @@ namespace FCS.Lib.Common
/// Last update of vatState /// Last update of vatState
/// </summary> /// </summary>
public string LastUpdate { get; set; } = ""; public string LastUpdate { get; set; } = "";
/// <summary> /// <summary>
/// The state /// The state
/// </summary> /// </summary>
public string State { get; set; } = ""; public string State { get; set; } = "";
/// <summary> /// <summary>
/// Time frame /// Time frame
/// </summary> /// </summary>
/// <see cref="TimeFrame"/> /// <see cref="TimeFrame"/>
public TimeFrame TimeFrame { get; set; } = new(); public TimeFrame TimeFrame { get; set; } = new();
} }
}

View file

@ -1,7 +1,33 @@
using System; // ***********************************************************************
// Assembly : FCS.Lib.Common
// Author : fhdk
// Created : 2022 12 17 13:33
//
// Last Modified By: fhdk
// Last Modified On : 2023 03 14 09:16
// ***********************************************************************
// <copyright file="VatStateInfo.cs" company="FCS">
// Copyright (C) 2022-2023 FCS Frede's Computer Services.
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
// published by the Free Software Foundation, either version 3 of the
// License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see [https://www.gnu.org/licenses]
// </copyright>
// <summary></summary>
// ***********************************************************************
using System;
namespace FCS.Lib.Common;
namespace FCS.Lib.Common
{
/// <summary> /// <summary>
/// Class VatStateInfo /// Class VatStateInfo
/// </summary> /// </summary>
@ -11,21 +37,24 @@ namespace FCS.Lib.Common
/// Business entity name /// Business entity name
/// </summary> /// </summary>
public string Name { get; set; } = ""; public string Name { get; set; } = "";
/// <summary> /// <summary>
/// Business entity vat number /// Business entity vat number
/// </summary> /// </summary>
public string VatNumber { get; set; } = ""; public string VatNumber { get; set; } = "";
/// <summary> /// <summary>
/// Flag indicating valid format /// Flag indicating valid format
/// </summary> /// </summary>
public bool VatNumberValid { get; set; } public bool VatNumberValid { get; set; }
/// <summary> /// <summary>
/// Flag indicating if entity is out of business /// Flag indicating if entity is out of business
/// </summary> /// </summary>
public bool HasFolded { get; set; } public bool HasFolded { get; set; }
/// <summary> /// <summary>
/// Request date /// Request date
/// </summary> /// </summary>
public DateTime RequestDate { get; set; } public DateTime RequestDate { get; set; }
} }
}