diff --git a/Land.Documentation/Empiria.Land.Documentation.AssemblyInfo.cs b/Land.Documentation/Empiria.Land.Documentation.AssemblyInfo.cs index 7a849399..fd9c3b30 100644 --- a/Land.Documentation/Empiria.Land.Documentation.AssemblyInfo.cs +++ b/Land.Documentation/Empiria.Land.Documentation.AssemblyInfo.cs @@ -2,11 +2,11 @@ * * * Solution : Empiria Land System : Land Registration System * * Assembly : Empiria.Land.Documentation.dll Pattern : Assembly Attributes File * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Document imaging and management services for Empiria Land. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Reflection; using System.Runtime.InteropServices; @@ -16,11 +16,11 @@ *************************************************************************************************************/ [assembly: AssemblyTitle("Empiria.Land.Documentation")] [assembly: AssemblyDescription("Document imaging and management services for Empiria Land.")] -[assembly: AssemblyVersion("2.0.1023.0")] -[assembly: AssemblyFileVersion("2.0.1023")] +[assembly: AssemblyVersion("2.1.0308.0")] +[assembly: AssemblyFileVersion("2.1.0308")] [assembly: AssemblyCompany("Ontica")] -[assembly: AssemblyProduct("Empiria Land 2015")] -[assembly: AssemblyCopyright("(c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors.")] +[assembly: AssemblyProduct("Empiria Land 2016")] +[assembly: AssemblyCopyright("(c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors.")] [assembly: AssemblyTrademark("Empiria and Ontica are either trademarks of La Vía Óntica SC or Ontica LLC.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] diff --git a/Land.Documentation/Empiria.Land.Documentation.csproj b/Land.Documentation/Empiria.Land.Documentation.csproj index 0b02c463..8023e84e 100644 --- a/Land.Documentation/Empiria.Land.Documentation.csproj +++ b/Land.Documentation/Empiria.Land.Documentation.csproj @@ -156,6 +156,7 @@ + @@ -187,6 +188,9 @@ Designer + + + diff --git a/Land.Documentation/LICENSE.txt b/Land.Documentation/LICENSE.txt index 8ae5d12d..f496212e 100644 --- a/Land.Documentation/LICENSE.txt +++ b/Land.Documentation/LICENSE.txt @@ -1,7 +1,7 @@ Empiria Land Documentation Services License =========================================== -Copyright (C) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. +Copyright (C) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. ----------------------------------------------------------------------- These software components are free software: you can redistribute them diff --git a/Land.Documentation/RootTypes/CandidateImage.cs b/Land.Documentation/RootTypes/CandidateImage.cs index 59551685..fc42cb23 100644 --- a/Land.Documentation/RootTypes/CandidateImage.cs +++ b/Land.Documentation/RootTypes/CandidateImage.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation * * Type : DocumentImage Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a document image in Land Registration System. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.IO; using System.Text.RegularExpressions; diff --git a/Land.Documentation/RootTypes/DataServices.cs b/Land.Documentation/RootTypes/DataServices.cs index 6ecaefaf..ca12ad19 100644 --- a/Land.Documentation/RootTypes/DataServices.cs +++ b/Land.Documentation/RootTypes/DataServices.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation * * Type : DataServices Pattern : Data Services Static Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Imaging service for Empiria Land System. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Data; diff --git a/Land.Documentation/RootTypes/DocumentImage.cs b/Land.Documentation/RootTypes/DocumentImage.cs index a6f4fdc8..7a40573c 100644 --- a/Land.Documentation/RootTypes/DocumentImage.cs +++ b/Land.Documentation/RootTypes/DocumentImage.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation * * Type : DocumentImage Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a document image in Land Registration System. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Documents; diff --git a/Land.Documentation/RootTypes/ImageProcessor.cs b/Land.Documentation/RootTypes/ImageProcessor.cs index 7060ac1d..0491e9b1 100644 --- a/Land.Documentation/RootTypes/ImageProcessor.cs +++ b/Land.Documentation/RootTypes/ImageProcessor.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation * * Type : ImageProcessor Pattern : Domain Service * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Document imaging processing service for Empiria Land System. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.IO; diff --git a/Land.Documentation/RootTypes/LandDocumentationException.cs b/Land.Documentation/RootTypes/LandDocumentationException.cs index 1179b2cf..1a2b7b3e 100644 --- a/Land.Documentation/RootTypes/LandDocumentationException.cs +++ b/Land.Documentation/RootTypes/LandDocumentationException.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation * * Type : LandDocumentationException Pattern : Exception Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : The exception that is thrown when a problem occurs in Empiria Land documentation services. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Reflection; diff --git a/Land.Documentation/RootTypes/RecordingCandidateImage.cs b/Land.Documentation/RootTypes/RecordingCandidateImage.cs index 7a5a1dc0..5fa12997 100644 --- a/Land.Documentation/RootTypes/RecordingCandidateImage.cs +++ b/Land.Documentation/RootTypes/RecordingCandidateImage.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation * * Type : RecordingCandidateImage Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a recording book/recording document image. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.IO; using System.Text.RegularExpressions; diff --git a/Land.Documentation/RootTypes/RecordingImage.cs b/Land.Documentation/RootTypes/RecordingImage.cs index a6a12901..c57e0cfa 100644 --- a/Land.Documentation/RootTypes/RecordingImage.cs +++ b/Land.Documentation/RootTypes/RecordingImage.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Documentation Assembly : Empiria.Land.Documentation * * Type : RecordingImage Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a recording book/recording document image. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.IO; using System.Text.RegularExpressions; diff --git a/Land.Registration/Certification/Certificate.cs b/Land.Registration/Certification/Certificate.cs index 07d9fb7a..4b4d5e1f 100644 --- a/Land.Registration/Certification/Certificate.cs +++ b/Land.Registration/Certification/Certificate.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : Certificate Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Certificate emission and information search acts. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Contacts; diff --git a/Land.Registration/Certification/CertificateAssembler.cs b/Land.Registration/Certification/CertificateAssembler.cs index 1367ad1d..1dda54f5 100644 --- a/Land.Registration/Certification/CertificateAssembler.cs +++ b/Land.Registration/Certification/CertificateAssembler.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : CertificateAssembler (partial) Pattern : Nested Assembler Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Private class that assembles a Certificate instance from a CertificateDTO. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Security; diff --git a/Land.Registration/Certification/CertificateBuilder.cs b/Land.Registration/Certification/CertificateBuilder.cs index b495f79d..ff36d020 100644 --- a/Land.Registration/Certification/CertificateBuilder.cs +++ b/Land.Registration/Certification/CertificateBuilder.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : CertificateBuilder Pattern : Builder Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Builds a certificate output using a text-based template. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.IO; using System.Text; diff --git a/Land.Registration/Certification/CertificateDTO.cs b/Land.Registration/Certification/CertificateDTO.cs index 32ae4ec0..9ed6af10 100644 --- a/Land.Registration/Certification/CertificateDTO.cs +++ b/Land.Registration/Certification/CertificateDTO.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : CertificateDTO Pattern : Data Transfer Object * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Data transfer object that holds data to build land certificates. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Certification { diff --git a/Land.Registration/Certification/CertificateExtData.cs b/Land.Registration/Certification/CertificateExtData.cs index 9b228ffb..b890192a 100644 --- a/Land.Registration/Certification/CertificateExtData.cs +++ b/Land.Registration/Certification/CertificateExtData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : CertificateExtData Pattern : IExtensibleData class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Holds extensible data for certificates. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Json; diff --git a/Land.Registration/Certification/CertificateIssueMode.cs b/Land.Registration/Certification/CertificateIssueMode.cs index 31c36212..15d31645 100644 --- a/Land.Registration/Certification/CertificateIssueMode.cs +++ b/Land.Registration/Certification/CertificateIssueMode.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : CertificateIssueMode Pattern : Enumeration Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Certificate issuing mode enumeration. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Certification { diff --git a/Land.Registration/Certification/CertificateStatus.cs b/Land.Registration/Certification/CertificateStatus.cs index fe0760f4..f86c295a 100644 --- a/Land.Registration/Certification/CertificateStatus.cs +++ b/Land.Registration/Certification/CertificateStatus.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : CertificateStatus Pattern : Enumeration Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Certificate status enumeration. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Certification { diff --git a/Land.Registration/Certification/CertificateType.cs b/Land.Registration/Certification/CertificateType.cs index 95f1638f..39450a2d 100644 --- a/Land.Registration/Certification/CertificateType.cs +++ b/Land.Registration/Certification/CertificateType.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Certification Services * * Namespace : Empiria.Land.Certification Assembly : Empiria.Land.Certification.dll * * Type : LandCertificateType Pattern : Power type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Power type that describes (non) ownership certificates types. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Ontology; diff --git a/Land.Registration/Data/AnalyticsData.cs b/Land.Registration/Data/AnalyticsData.cs index 44cf40f8..10b65694 100644 --- a/Land.Registration/Data/AnalyticsData.cs +++ b/Land.Registration/Data/AnalyticsData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Data Assembly : Empiria.Land.Registration * * Type : PropertyData Pattern : Data Services * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Provides database read and write methods for recording books. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/Data/DocumentsData.cs b/Land.Registration/Data/DocumentsData.cs index 49e7a2ca..7c9955b3 100644 --- a/Land.Registration/Data/DocumentsData.cs +++ b/Land.Registration/Data/DocumentsData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Data Assembly : Empiria.Land.Registration * * Type : DocumentsData Pattern : Data Services * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Provides database read and write methods for recording documents. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/Data/IndexesData.cs b/Land.Registration/Data/IndexesData.cs index b4dd850a..a95b17ea 100644 --- a/Land.Registration/Data/IndexesData.cs +++ b/Land.Registration/Data/IndexesData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Data Assembly : Empiria.Land.Registration * * Type : PartyIndexData Pattern : Data Services * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Provides database read and write methods for recording books. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/Data/RecordingActsData.cs b/Land.Registration/Data/RecordingActsData.cs index a118d8d9..21c63d79 100644 --- a/Land.Registration/Data/RecordingActsData.cs +++ b/Land.Registration/Data/RecordingActsData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Data Assembly : Empiria.Land.Registration * * Type : RecordingActsData Pattern : Data Services * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Provides database read and write methods for recording acts. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/Data/RecordingBooksData.cs b/Land.Registration/Data/RecordingBooksData.cs index 38c925b2..dbebd6c9 100644 --- a/Land.Registration/Data/RecordingBooksData.cs +++ b/Land.Registration/Data/RecordingBooksData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Data Assembly : Empiria.Land.Registration * * Type : RecordingBooksData Pattern : Data Services * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Provides database read and write methods for recording books. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/Data/ResourceData.cs b/Land.Registration/Data/ResourceData.cs index 2838d47f..6eeeb754 100644 --- a/Land.Registration/Data/ResourceData.cs +++ b/Land.Registration/Data/ResourceData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Data Assembly : Empiria.Land.Registration * * Type : ResourceData Pattern : Data Services * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Provides db read and write methods for recordable resources: real estate and associations. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/Data/TransactionData.cs b/Land.Registration/Data/TransactionData.cs index efbd5863..25eb93c1 100644 --- a/Land.Registration/Data/TransactionData.cs +++ b/Land.Registration/Data/TransactionData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Data Assembly : Empiria.Land.Registration * * Type : TransactionData Pattern : Data Services * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Provides database read and write methods for recording office transactions. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/Empiria.Land.Registration.AssemblyInfo.cs b/Land.Registration/Empiria.Land.Registration.AssemblyInfo.cs index c173eb10..d8c762b4 100644 --- a/Land.Registration/Empiria.Land.Registration.AssemblyInfo.cs +++ b/Land.Registration/Empiria.Land.Registration.AssemblyInfo.cs @@ -2,11 +2,11 @@ * * * Solution : Empiria Land System : Land Registration System * * Assembly : Empiria.Land.Registration.dll Pattern : Assembly Attributes File * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Empiria Government Land Registration System Components. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Reflection; using System.Runtime.InteropServices; @@ -16,11 +16,11 @@ *************************************************************************************************************/ [assembly: AssemblyTitle("Empiria.Land.Registration")] [assembly: AssemblyDescription("Land titles and documents registration system.")] -[assembly: AssemblyVersion("2.0.1023.0")] -[assembly: AssemblyFileVersion("2.0.1023")] +[assembly: AssemblyVersion("2.1.0308.0")] +[assembly: AssemblyFileVersion("2.1.0308")] [assembly: AssemblyCompany("Ontica")] -[assembly: AssemblyProduct("Empiria Land 2015")] -[assembly: AssemblyCopyright("(c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors.")] +[assembly: AssemblyProduct("Empiria Land 2016")] +[assembly: AssemblyCopyright("(c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors.")] [assembly: AssemblyTrademark("Empiria and Ontica are either trademarks of La Vía Óntica SC or Ontica LLC.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] diff --git a/Land.Registration/Empiria.Land.Registration.csproj b/Land.Registration/Empiria.Land.Registration.csproj index 44d714a3..f4fa2b58 100644 --- a/Land.Registration/Empiria.Land.Registration.csproj +++ b/Land.Registration/Empiria.Land.Registration.csproj @@ -231,6 +231,7 @@ + @@ -260,6 +261,9 @@ + + + diff --git a/Land.Registration/LICENSE.txt b/Land.Registration/LICENSE.txt index 72dc2d4c..5c1de516 100644 --- a/Land.Registration/LICENSE.txt +++ b/Land.Registration/LICENSE.txt @@ -1,7 +1,7 @@ Empiria Land Registration Services License ========================================== -Copyright (C) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. +Copyright (C) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. ----------------------------------------------------------------------- These software components are free software: you can redistribute them diff --git a/Land.Registration/RootTypes/Association.cs b/Land.Registration/RootTypes/Association.cs index 4274845d..c9f300f1 100644 --- a/Land.Registration/RootTypes/Association.cs +++ b/Land.Registration/RootTypes/Association.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : Association Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a social association or organization. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/CadastralInfo.cs b/Land.Registration/RootTypes/CadastralInfo.cs index d73bd863..61d5d4cb 100644 --- a/Land.Registration/RootTypes/CadastralInfo.cs +++ b/Land.Registration/RootTypes/CadastralInfo.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : CadastralInfo Pattern : IExtensibleData class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains extensible data about real estate cadastral info. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.DataTypes; diff --git a/Land.Registration/RootTypes/CancelationAct.cs b/Land.Registration/RootTypes/CancelationAct.cs index 4aa57f7b..e27ec9b8 100644 --- a/Land.Registration/RootTypes/CancelationAct.cs +++ b/Land.Registration/RootTypes/CancelationAct.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : CancelationAct Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Recording act that serves for cancel other recording act. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/ContractData.cs b/Land.Registration/RootTypes/ContractData.cs index c7cd44f1..57c77ad5 100644 --- a/Land.Registration/RootTypes/ContractData.cs +++ b/Land.Registration/RootTypes/ContractData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : ContractData Pattern : IExtensibleData class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains data about a contract. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.DataTypes; diff --git a/Land.Registration/RootTypes/DomainAct.cs b/Land.Registration/RootTypes/DomainAct.cs index 7da8cfa3..d054d4fb 100644 --- a/Land.Registration/RootTypes/DomainAct.cs +++ b/Land.Registration/RootTypes/DomainAct.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : DomainAct Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a domain traslative recording act. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/DomainActPartyRole.cs b/Land.Registration/RootTypes/DomainActPartyRole.cs index 3f279d8b..5370b2e9 100644 --- a/Land.Registration/RootTypes/DomainActPartyRole.cs +++ b/Land.Registration/RootTypes/DomainActPartyRole.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : DomainActPartyRole Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes the role that plays a party with respect a domain recording act. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/HumanParty.cs b/Land.Registration/RootTypes/HumanParty.cs index 06545cba..14280219 100644 --- a/Land.Registration/RootTypes/HumanParty.cs +++ b/Land.Registration/RootTypes/HumanParty.cs @@ -4,11 +4,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : HumanParty Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a human recording act party. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/InformationAct.cs b/Land.Registration/RootTypes/InformationAct.cs index 658dbcae..455395ca 100644 --- a/Land.Registration/RootTypes/InformationAct.cs +++ b/Land.Registration/RootTypes/InformationAct.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : InformationAct Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents an information recording act that are not limitations and can be applied to * * properties, persons or neither. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { @@ -33,8 +33,7 @@ internal InformationAct(RecordingActType recordingActType, RecordingDocument doc internal InformationAct(RecordingActType recordingActType, RecordingDocument document, Resource resource, Recording physicalRecording) : base(recordingActType, document, physicalRecording) { - recordingActType.AssertIsAppliableResource(resource); - + recordingActType.AssertIsAppliableResource(resource); this.AttachResource(resource); } diff --git a/Land.Registration/RootTypes/JudicialOffice.cs b/Land.Registration/RootTypes/JudicialOffice.cs index 2ca55e03..eff36ebb 100644 --- a/Land.Registration/RootTypes/JudicialOffice.cs +++ b/Land.Registration/RootTypes/JudicialOffice.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : JudicialOffice Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a judicial office. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Contacts; diff --git a/Land.Registration/RootTypes/LRSValidator.cs b/Land.Registration/RootTypes/LRSValidator.cs index eba55bef..4b170e9c 100644 --- a/Land.Registration/RootTypes/LRSValidator.cs +++ b/Land.Registration/RootTypes/LRSValidator.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : LRSValidator Pattern : Validation Services Static Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Static class that provides Land Registration System validation methods. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/LandRegistrationException.cs b/Land.Registration/RootTypes/LandRegistrationException.cs index 0e9ba8fc..e4475cf9 100644 --- a/Land.Registration/RootTypes/LandRegistrationException.cs +++ b/Land.Registration/RootTypes/LandRegistrationException.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : LandRegistrationException Pattern : Exception Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : The exception that is thrown when a problem occurs in Empiria Government Land Registration * * System. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Reflection; diff --git a/Land.Registration/RootTypes/LimitationAct.cs b/Land.Registration/RootTypes/LimitationAct.cs index 361168ce..c141c9a8 100644 --- a/Land.Registration/RootTypes/LimitationAct.cs +++ b/Land.Registration/RootTypes/LimitationAct.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : LimitationAct Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a property limitation or property assessment or mortgage act. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System.Data; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/MarriageStatus.cs b/Land.Registration/RootTypes/MarriageStatus.cs index 80e8a0ca..cb38b5fe 100644 --- a/Land.Registration/RootTypes/MarriageStatus.cs +++ b/Land.Registration/RootTypes/MarriageStatus.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : MarriageStatus Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a person marriage status. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/ModificationAct.cs b/Land.Registration/RootTypes/ModificationAct.cs index 1a2c1246..545b1c9e 100644 --- a/Land.Registration/RootTypes/ModificationAct.cs +++ b/Land.Registration/RootTypes/ModificationAct.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : ModificationAct Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Recording act that modifies another recording act, resource, document or party. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/NoPropertyResource.cs b/Land.Registration/RootTypes/NoPropertyResource.cs index e387f15f..428add02 100644 --- a/Land.Registration/RootTypes/NoPropertyResource.cs +++ b/Land.Registration/RootTypes/NoPropertyResource.cs @@ -3,19 +3,19 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : NoPropertyResource Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a no-property or document resource. Wills, testaments and some contracts are * * kinds of No-property resources. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Land.Registration.Data; namespace Empiria.Land.Registration { - /// Represents a no-property or document resource. Wills, testaments and some contracts are + /// Represents a no-property or document resource. Wills, testaments and some contracts are /// kinds of No-property resources. public class NoPropertyResource : Resource { diff --git a/Land.Registration/RootTypes/NotaryOffice.cs b/Land.Registration/RootTypes/NotaryOffice.cs index a14d0a60..2e16d078 100644 --- a/Land.Registration/RootTypes/NotaryOffice.cs +++ b/Land.Registration/RootTypes/NotaryOffice.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : NotaryOffice Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a notary office. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/Occupation.cs b/Land.Registration/RootTypes/Occupation.cs index 5a6b3ed0..dce88d88 100644 --- a/Land.Registration/RootTypes/Occupation.cs +++ b/Land.Registration/RootTypes/Occupation.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : Occupation Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a person occupation or main activity. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/OrganizationParty.cs b/Land.Registration/RootTypes/OrganizationParty.cs index 4f88d6fa..11499f7c 100644 --- a/Land.Registration/RootTypes/OrganizationParty.cs +++ b/Land.Registration/RootTypes/OrganizationParty.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : OrganizationParty Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents an organization recording act party. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/PartiesRole.cs b/Land.Registration/RootTypes/PartiesRole.cs index 261d2ae3..e52b6379 100644 --- a/Land.Registration/RootTypes/PartiesRole.cs +++ b/Land.Registration/RootTypes/PartiesRole.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : PartiesRole Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes the role that plays a party with respect to another party. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/Party.cs b/Land.Registration/RootTypes/Party.cs index 4843d4cc..7c77be15 100644 --- a/Land.Registration/RootTypes/Party.cs +++ b/Land.Registration/RootTypes/Party.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : Party Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Abstract class that represents a recording act party. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/RealEstate.cs b/Land.Registration/RootTypes/RealEstate.cs index 969c72d2..0f5138ed 100644 --- a/Land.Registration/RootTypes/RealEstate.cs +++ b/Land.Registration/RootTypes/RealEstate.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RealEstate Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a real estate or land property. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/RealEstateKind.cs b/Land.Registration/RootTypes/RealEstateKind.cs index f8714eef..671a9e44 100644 --- a/Land.Registration/RootTypes/RealEstateKind.cs +++ b/Land.Registration/RootTypes/RealEstateKind.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RealEstateKind Pattern : Value object * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : String classificator for real estate properties. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Linq; diff --git a/Land.Registration/RootTypes/RealEstatePartition.cs b/Land.Registration/RootTypes/RealEstatePartition.cs index f60c7fc4..171d3cdd 100644 --- a/Land.Registration/RootTypes/RealEstatePartition.cs +++ b/Land.Registration/RootTypes/RealEstatePartition.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RealEstatePartition Pattern : Standard Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains data about a property partition or subdivision. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.DataTypes; diff --git a/Land.Registration/RootTypes/RealEstateRule.cs b/Land.Registration/RootTypes/RealEstateRule.cs index a085015a..87a6bd55 100644 --- a/Land.Registration/RootTypes/RealEstateRule.cs +++ b/Land.Registration/RootTypes/RealEstateRule.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RealEstateRule Pattern : Standard Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a real estate recording condition that serves as a recording registration rule. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Json; diff --git a/Land.Registration/RootTypes/RecordBookDirectory.cs b/Land.Registration/RootTypes/RecordBookDirectory.cs index 7d412d26..e6bd5b73 100644 --- a/Land.Registration/RootTypes/RecordBookDirectory.cs +++ b/Land.Registration/RootTypes/RecordBookDirectory.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordBookDirectory Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a record book imaging directory. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.IO; diff --git a/Land.Registration/RootTypes/RecordableObjectStatus.cs b/Land.Registration/RootTypes/RecordableObjectStatus.cs index 81d09b9c..d7a01149 100644 --- a/Land.Registration/RootTypes/RecordableObjectStatus.cs +++ b/Land.Registration/RootTypes/RecordableObjectStatus.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordableObjectStatus Pattern : Enumeration Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Enumerates the statuses for recordable documents and objects in the Land Registration System. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/RecorderExpert.cs b/Land.Registration/RootTypes/RecorderExpert.cs index 84b4bc8a..cfde100f 100644 --- a/Land.Registration/RootTypes/RecorderExpert.cs +++ b/Land.Registration/RootTypes/RecorderExpert.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecorderExpert Pattern : Standard Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Performs the registry of recording acts based on a supplied recording task * * and a set of rules defined for each recording act type. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Data; diff --git a/Land.Registration/RootTypes/RecorderOffice.cs b/Land.Registration/RootTypes/RecorderOffice.cs index 97663e83..a48fcbbd 100644 --- a/Land.Registration/RootTypes/RecorderOffice.cs +++ b/Land.Registration/RootTypes/RecorderOffice.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecorderOffice Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : A recorder of deeds office. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/Recording.cs b/Land.Registration/RootTypes/Recording.cs index 813bc1fd..0c9ae72a 100644 --- a/Land.Registration/RootTypes/Recording.cs +++ b/Land.Registration/RootTypes/Recording.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : Recording Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a general recording in Land Registration System. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/RootTypes/RecordingAct.cs b/Land.Registration/RootTypes/RecordingAct.cs index a5b0129f..316090df 100644 --- a/Land.Registration/RootTypes/RecordingAct.cs +++ b/Land.Registration/RootTypes/RecordingAct.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingAct Pattern : Partitioned type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Partitioned type that represents a recording act. All recording acts must be descendents * * of this type. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; @@ -165,7 +165,7 @@ public RecordingActExtData ExtensionData { internal string Keywords { get { return EmpiriaString.BuildKeywords(this.RecordingActType.DisplayName , this.Document.UID, - !this.PhysicalRecording.IsEmptyInstance ? + !this.PhysicalRecording.IsEmptyInstance ? this.PhysicalRecording.FullNumber : String.Empty); } } diff --git a/Land.Registration/RootTypes/RecordingActExtData.cs b/Land.Registration/RootTypes/RecordingActExtData.cs index 2e96743c..d6c12227 100644 --- a/Land.Registration/RootTypes/RecordingActExtData.cs +++ b/Land.Registration/RootTypes/RecordingActExtData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingActExtData Pattern : IExtensibleData class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains extensible data for a recording act. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.DataTypes; diff --git a/Land.Registration/RootTypes/RecordingActParty.cs b/Land.Registration/RootTypes/RecordingActParty.cs index 69d6d3e9..cd094687 100644 --- a/Land.Registration/RootTypes/RecordingActParty.cs +++ b/Land.Registration/RootTypes/RecordingActParty.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingActParty Pattern : Association Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a roled association between a recording act and a party. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/RecordingActType.cs b/Land.Registration/RootTypes/RecordingActType.cs index 532e61d6..cbe9692e 100644 --- a/Land.Registration/RootTypes/RecordingActType.cs +++ b/Land.Registration/RootTypes/RecordingActType.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingActType Pattern : Power type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Power type that defines a recording act type. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Linq; diff --git a/Land.Registration/RootTypes/RecordingActTypeCategory.cs b/Land.Registration/RootTypes/RecordingActTypeCategory.cs index 45bc3302..d10a6110 100644 --- a/Land.Registration/RootTypes/RecordingActTypeCategory.cs +++ b/Land.Registration/RootTypes/RecordingActTypeCategory.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingActTypeCategory Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a recording type category or classificator. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/RecordingBook.cs b/Land.Registration/RootTypes/RecordingBook.cs index 76530b86..29556f4b 100644 --- a/Land.Registration/RootTypes/RecordingBook.cs +++ b/Land.Registration/RootTypes/RecordingBook.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingBook Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a physical recording book. A recording book can have a parent recording book and * * belongs to a recorder of deeds office. Instances of this type have a recording book type. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Contacts; diff --git a/Land.Registration/RootTypes/RecordingCertificate.cs b/Land.Registration/RootTypes/RecordingCertificate.cs index a30770ca..729da4ad 100644 --- a/Land.Registration/RootTypes/RecordingCertificate.cs +++ b/Land.Registration/RootTypes/RecordingCertificate.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land Assembly : Empiria.Land * * Type : RecordingCertificate Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Certificate emission and information search acts. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/RecordingDocument.cs b/Land.Registration/RootTypes/RecordingDocument.cs index f2cd71b9..748d01c7 100644 --- a/Land.Registration/RootTypes/RecordingDocument.cs +++ b/Land.Registration/RootTypes/RecordingDocument.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingDocument Pattern : Partitioned type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Partitioned type that represents a document that is attached to recordings. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; using System.Collections.Generic; diff --git a/Land.Registration/RootTypes/RecordingDocumentExtData.cs b/Land.Registration/RootTypes/RecordingDocumentExtData.cs index 8caccec7..f7d070b8 100644 --- a/Land.Registration/RootTypes/RecordingDocumentExtData.cs +++ b/Land.Registration/RootTypes/RecordingDocumentExtData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingDocumentExtData Pattern : IExtensibleData class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains extensible data for a recording document. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; diff --git a/Land.Registration/RootTypes/RecordingDocumentType.cs b/Land.Registration/RootTypes/RecordingDocumentType.cs index e1df9076..540d5f69 100644 --- a/Land.Registration/RootTypes/RecordingDocumentType.cs +++ b/Land.Registration/RootTypes/RecordingDocumentType.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingDocumentType Pattern : Power type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Power type that describes recording document types. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Ontology; diff --git a/Land.Registration/RootTypes/RecordingRule.cs b/Land.Registration/RootTypes/RecordingRule.cs index 127d08c7..777ac4db 100644 --- a/Land.Registration/RootTypes/RecordingRule.cs +++ b/Land.Registration/RootTypes/RecordingRule.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingRule Pattern : Empiria Structure Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes the conditions and business rules that have to be fulfilled * * when a RecordingAct is registered. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Json; diff --git a/Land.Registration/RootTypes/RecordingSection.cs b/Land.Registration/RootTypes/RecordingSection.cs index 088dd3ea..745072fd 100644 --- a/Land.Registration/RootTypes/RecordingSection.cs +++ b/Land.Registration/RootTypes/RecordingSection.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingSection Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a recording section under which all the books are legaly classified. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Land.Registration.Data; diff --git a/Land.Registration/RootTypes/RecordingTask.cs b/Land.Registration/RootTypes/RecordingTask.cs index 10188472..8984c011 100644 --- a/Land.Registration/RootTypes/RecordingTask.cs +++ b/Land.Registration/RootTypes/RecordingTask.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : RecordingTask Pattern : Standard Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains data about a recording instruction. A recording task it's needed to create * * recording acts. RecordingTasks generally are filled by the user services. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Land.Registration.Transactions; diff --git a/Land.Registration/RootTypes/Resource.cs b/Land.Registration/RootTypes/Resource.cs index bbe1b909..604ad623 100644 --- a/Land.Registration/RootTypes/Resource.cs +++ b/Land.Registration/RootTypes/Resource.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : Resource Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Abstract type that represents a registrable resource. Typically a real estate property. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/ResourceRole.cs b/Land.Registration/RootTypes/ResourceRole.cs index 2cf94c43..d7de3e7a 100644 --- a/Land.Registration/RootTypes/ResourceRole.cs +++ b/Land.Registration/RootTypes/ResourceRole.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : ResourceRole Pattern : Enumeration Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes the role that plays a resource in the context of a recording act. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/StructureAct.cs b/Land.Registration/RootTypes/StructureAct.cs index a73009f4..35b04120 100644 --- a/Land.Registration/RootTypes/StructureAct.cs +++ b/Land.Registration/RootTypes/StructureAct.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : StructureAct Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Recording act that represents the changes on measures and limits of real estates, * * as well as the creation of new properties through fusions and divisons. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/StructureTractItem.cs b/Land.Registration/RootTypes/StructureTractItem.cs index aedae6e6..405288d4 100644 --- a/Land.Registration/RootTypes/StructureTractItem.cs +++ b/Land.Registration/RootTypes/StructureTractItem.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : StructureTractItem Pattern : Association Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Application of a recording act that impacts the structure or shape of a real estate. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Land.Registration.Data; diff --git a/Land.Registration/RootTypes/TractItem.cs b/Land.Registration/RootTypes/TractItem.cs index 7f03103c..3dbb7d34 100644 --- a/Land.Registration/RootTypes/TractItem.cs +++ b/Land.Registration/RootTypes/TractItem.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : TractItem Pattern : Association Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Application of a recording act with another entity that can be a resource (property or * * association), a document, a party (person or organization) or another recording act. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/RootTypes/TractItemExtData.cs b/Land.Registration/RootTypes/TractItemExtData.cs index 767cd8aa..04379aec 100644 --- a/Land.Registration/RootTypes/TractItemExtData.cs +++ b/Land.Registration/RootTypes/TractItemExtData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : TractItemExtData Pattern : IExtensibleData class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains extensible data for TractItem instances. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration { diff --git a/Land.Registration/RootTypes/TransactionAct.cs b/Land.Registration/RootTypes/TransactionAct.cs index cef518be..ba0a010c 100644 --- a/Land.Registration/RootTypes/TransactionAct.cs +++ b/Land.Registration/RootTypes/TransactionAct.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration Assembly : Empiria.Land.Registration * * Type : TransactionAct Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Transaction act that serves only for payment and control functions. * * Transaction are not recordable. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System.Data; namespace Empiria.Land.Registration { diff --git a/Land.Registration/Transactions/CalculationRule.cs b/Land.Registration/Transactions/CalculationRule.cs index cdfe809c..cbc79a3c 100644 --- a/Land.Registration/Transactions/CalculationRule.cs +++ b/Land.Registration/Transactions/CalculationRule.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : CalculationRule Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a calculation rule for transaction items according to the law articles. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration.Transactions { diff --git a/Land.Registration/Transactions/LRSDocumentType.cs b/Land.Registration/Transactions/LRSDocumentType.cs index aa162104..5819b372 100644 --- a/Land.Registration/Transactions/LRSDocumentType.cs +++ b/Land.Registration/Transactions/LRSDocumentType.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : DocumentType Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a recorder office document type. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Collections; diff --git a/Land.Registration/Transactions/LRSExternalTransaction.cs b/Land.Registration/Transactions/LRSExternalTransaction.cs index 5c0661ed..ad89653b 100644 --- a/Land.Registration/Transactions/LRSExternalTransaction.cs +++ b/Land.Registration/Transactions/LRSExternalTransaction.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSExternalTransaction Pattern : External Interfacer * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Acts as an abstract class that holds data for an external transaction request, that may be * * integrated into an Empiria Land transaction. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Contacts; using Empiria.Json; diff --git a/Land.Registration/Transactions/LRSFee.cs b/Land.Registration/Transactions/LRSFee.cs index 7fb37ef6..545f5454 100644 --- a/Land.Registration/Transactions/LRSFee.cs +++ b/Land.Registration/Transactions/LRSFee.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSFee Pattern : Standard Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Fee payed in order to obtain a service in a Recorder Office. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System.Data; using Empiria.DataTypes; diff --git a/Land.Registration/Transactions/LRSLawArticle.cs b/Land.Registration/Transactions/LRSLawArticle.cs index 525b9aa2..de4b88ac 100644 --- a/Land.Registration/Transactions/LRSLawArticle.cs +++ b/Land.Registration/Transactions/LRSLawArticle.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSLawArticle Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a recorder office document type. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration.Transactions { diff --git a/Land.Registration/Transactions/LRSPayment.cs b/Land.Registration/Transactions/LRSPayment.cs index 7cebcf9c..f7c204ab 100644 --- a/Land.Registration/Transactions/LRSPayment.cs +++ b/Land.Registration/Transactions/LRSPayment.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSPayment Pattern : Empiria Object Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a payment for a recorder office transaction. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/Transactions/LRSPaymentList.cs b/Land.Registration/Transactions/LRSPaymentList.cs index ef8463d3..318acc80 100644 --- a/Land.Registration/Transactions/LRSPaymentList.cs +++ b/Land.Registration/Transactions/LRSPaymentList.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSPaymentList Pattern : Empiria List Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : List of LRSPayment instances. Can hold one or heterogeneous transaction payments. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/Transactions/LRSTransaction.cs b/Land.Registration/Transactions/LRSTransaction.cs index 3cf60a16..b9b651ca 100644 --- a/Land.Registration/Transactions/LRSTransaction.cs +++ b/Land.Registration/Transactions/LRSTransaction.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : RecorderOfficeTransaction Pattern : Association Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a transaction or process in a land registration office. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; diff --git a/Land.Registration/Transactions/LRSTransactionExtData.cs b/Land.Registration/Transactions/LRSTransactionExtData.cs index cd2d0fd8..416e2e88 100644 --- a/Land.Registration/Transactions/LRSTransactionExtData.cs +++ b/Land.Registration/Transactions/LRSTransactionExtData.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Registration.Transactions Assembly : Empiria.Land.Registration * * Type : LRSTransactionExtData Pattern : IExtensibleData class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains extensible data for a land registration system transaction. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; diff --git a/Land.Registration/Transactions/LRSTransactionItem.cs b/Land.Registration/Transactions/LRSTransactionItem.cs index 807fbf5e..62d23c42 100644 --- a/Land.Registration/Transactions/LRSTransactionItem.cs +++ b/Land.Registration/Transactions/LRSTransactionItem.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSTransactionItem Pattern : Association Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Represents a transaction concept in the context of a land registration transaction. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/Transactions/LRSTransactionItemList.cs b/Land.Registration/Transactions/LRSTransactionItemList.cs index 776982dd..07bf81c0 100644 --- a/Land.Registration/Transactions/LRSTransactionItemList.cs +++ b/Land.Registration/Transactions/LRSTransactionItemList.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSTransactionItemList Pattern : Empiria List Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : List of transaction items or lines. Can be used to hold lines of one or many transactions. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/Transactions/LRSTransactionTask.cs b/Land.Registration/Transactions/LRSTransactionTask.cs index 58b73d29..556f3cde 100644 --- a/Land.Registration/Transactions/LRSTransactionTask.cs +++ b/Land.Registration/Transactions/LRSTransactionTask.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSTransactionTask Pattern : Association Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Workflow item or task inside a LRSTransaction processing time window. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Data; diff --git a/Land.Registration/Transactions/LRSTransactionTaskList.cs b/Land.Registration/Transactions/LRSTransactionTaskList.cs index ea3dcf2c..345655da 100644 --- a/Land.Registration/Transactions/LRSTransactionTaskList.cs +++ b/Land.Registration/Transactions/LRSTransactionTaskList.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSTransactionTaskList Pattern : Empiria List Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : List of transaction tasks or workflow items. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Data; diff --git a/Land.Registration/Transactions/LRSTransactionType.cs b/Land.Registration/Transactions/LRSTransactionType.cs index 72084332..f515e998 100644 --- a/Land.Registration/Transactions/LRSTransactionType.cs +++ b/Land.Registration/Transactions/LRSTransactionType.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.Transactions Assembly : Empiria.Land.Registration * * Type : LRSTransactionType Pattern : Storage Item * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Describes a recorder office transaction type. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.Registration.Transactions { diff --git a/Land.UI/Empiria.Land.UI.AssemblyInfo.cs b/Land.UI/Empiria.Land.UI.AssemblyInfo.cs index 367bd0ec..149a411e 100644 --- a/Land.UI/Empiria.Land.UI.AssemblyInfo.cs +++ b/Land.UI/Empiria.Land.UI.AssemblyInfo.cs @@ -2,11 +2,11 @@ * * * Solution : Empiria Land System : Land Registration System * * Assembly : Empiria.Land.UI.dll Pattern : Assembly Attributes File * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Empiria Land Registration System User Interface. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Reflection; using System.Runtime.InteropServices; @@ -16,11 +16,11 @@ *************************************************************************************************************/ [assembly: AssemblyTitle("Empiria.Land.UI")] [assembly: AssemblyDescription("Empiria Land Registration System User Interface")] -[assembly: AssemblyVersion("2.0.1023.0")] -[assembly: AssemblyFileVersion("2.0.1023")] +[assembly: AssemblyVersion("2.1.0308.0")] +[assembly: AssemblyFileVersion("2.1.0308")] [assembly: AssemblyCompany("Ontica")] -[assembly: AssemblyProduct("Empiria Land 2015")] -[assembly: AssemblyCopyright("(c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors.")] +[assembly: AssemblyProduct("Empiria Land 2016")] +[assembly: AssemblyCopyright("(c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors.")] [assembly: AssemblyTrademark("Empiria and Ontica are either trademarks of La Vía Óntica SC or Ontica LLC.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] diff --git a/Land.UI/Empiria.Land.UI.csproj b/Land.UI/Empiria.Land.UI.csproj index e0d29d9f..d75dadfa 100644 --- a/Land.UI/Empiria.Land.UI.csproj +++ b/Land.UI/Empiria.Land.UI.csproj @@ -157,6 +157,7 @@ + @@ -195,7 +196,9 @@ Empiria.Land.Registration - + + + diff --git a/Land.UI/LICENSE.txt b/Land.UI/LICENSE.txt index 9c844717..7db600ff 100644 --- a/Land.UI/LICENSE.txt +++ b/Land.UI/LICENSE.txt @@ -1,7 +1,7 @@ Empiria Land User Interface Services License ============================================ -Copyright (C) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. +Copyright (C) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. ----------------------------------------------------------------------- These software components are free software: you can redistribute them diff --git a/Land.UI/RootTypes/LRSDocumentEditorControl.cs b/Land.UI/RootTypes/LRSDocumentEditorControl.cs index f098a5d3..05cecbc9 100644 --- a/Land.UI/RootTypes/LRSDocumentEditorControl.cs +++ b/Land.UI/RootTypes/LRSDocumentEditorControl.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.UI Assembly : Empiria.Land.UI * * Type : LRSGridControls Pattern : User Control * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Static class that generates predefined grid content for Land Registration System data. * * * -********************************** Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************** Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Presentation.Web; diff --git a/Land.UI/RootTypes/LRSGridControls.cs b/Land.UI/RootTypes/LRSGridControls.cs index 24381091..abfb9711 100644 --- a/Land.UI/RootTypes/LRSGridControls.cs +++ b/Land.UI/RootTypes/LRSGridControls.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.UI Assembly : Empiria.Land.UI * * Type : LRSGridControls Pattern : Static Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Static class that generates predefined grid content for Land Registration System data. * * * -********************************** Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************** Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections; using System.Web.UI.WebControls; diff --git a/Land.UI/RootTypes/LRSHtmlSelectControls.cs b/Land.UI/RootTypes/LRSHtmlSelectControls.cs index b0198beb..46b8c18e 100644 --- a/Land.UI/RootTypes/LRSHtmlSelectControls.cs +++ b/Land.UI/RootTypes/LRSHtmlSelectControls.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.UI Assembly : Empiria.Land.UI * * Type : LRSHtmlSelectControls Pattern : Static Class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Static class that generates predefined HtmlSelect controls content for Empiria Government * * Land Registration System. * * * -********************************** Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************** Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections.Generic; using System.Web.UI.HtmlControls; diff --git a/Land.UI/RootTypes/RecordingActEditorControlBase.cs b/Land.UI/RootTypes/RecordingActEditorControlBase.cs index 1f802d61..6d617ba6 100644 --- a/Land.UI/RootTypes/RecordingActEditorControlBase.cs +++ b/Land.UI/RootTypes/RecordingActEditorControlBase.cs @@ -3,12 +3,12 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.UI Assembly : Empiria.Land.UI * * Type : RecordingActEditorControlBase Pattern : User Control * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : User control to collect recording act information. This type should be derived in * * a concrete aspx user control. * * * -********************************** Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************** Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Presentation.Web; diff --git a/Land.UI/RootTypes/RecordingActsGrid.cs b/Land.UI/RootTypes/RecordingActsGrid.cs index 3997b153..71bdddf7 100644 --- a/Land.UI/RootTypes/RecordingActsGrid.cs +++ b/Land.UI/RootTypes/RecordingActsGrid.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Registration System * * Namespace : Empiria.Land.UI Assembly : Empiria.Land.UI * * Type : RecordingActsGrid Pattern : Standard class * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Generates the grid HTML content for a document's recording acts. * * * -********************************** Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************** Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Collections; using System.Web.UI.WebControls; @@ -74,16 +74,22 @@ private string GetRecordingActRow(RecordingAct recordingAct, TractItem baseTarge return row.GetRecordingActRow(baseTarget); case RecordingRuleApplication.RecordingAct: - throw new NotImplementedException(); + row = new PropertyActGridRow(document, recordingAct); + + return row.GetRecordingActRow(baseTarget); case RecordingRuleApplication.NoProperty: row = new DocumentActGridRow(document, recordingAct); return row.GetRecordingActRow(baseTarget); case RecordingRuleApplication.Structure: - throw new NotImplementedException(); + row = new PropertyActGridRow(document, recordingAct); + return row.GetRecordingActRow(baseTarget); case RecordingRuleApplication.Party: + row = new PropertyActGridRow(document, recordingAct); + return row.GetRecordingActRow(baseTarget); + //row = new PartyActGridRow(document, (DomainAct) recordingAct); //return row.GetRecordingActRow(recordingActTarget); diff --git a/Land.WebAPI/Controllers/CertificatesController.cs b/Land.WebAPI/Controllers/CertificatesController.cs index d84987c5..0a337d23 100644 --- a/Land.WebAPI/Controllers/CertificatesController.cs +++ b/Land.WebAPI/Controllers/CertificatesController.cs @@ -1,4 +1,14 @@ -using System; +/* Empiria Land ********************************************************************************************** +* * +* Solution : Empiria Land System : Land Web API * +* Namespace : Empiria.Land.WebApi Assembly : Empiria.Land.WebApi.dll * +* Type : CertificatesController Pattern : Web API * +* Version : 2.1 License : Please read license.txt file * +* * +* Summary : Contains services for land certificates emission. * +* * +********************************* Copyright (c) 2014-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ +using System; using System.Web.Http; using Empiria.WebApi; @@ -8,6 +18,7 @@ namespace Empiria.Land.WebApi { + /// Contains services for land certificates emission. public class CertificatesController : WebApiController { #region Public APIs @@ -192,6 +203,6 @@ private Certificate ReadCertificate(string certificateUID) { #endregion Private methods - } // class RecordingBooksController + } // class CertificatesController } // namespace Empiria.Land.WebApi diff --git a/Land.WebAPI/Controllers/DocumentsController.cs b/Land.WebAPI/Controllers/DocumentsController.cs index ddfe000c..2b134697 100644 --- a/Land.WebAPI/Controllers/DocumentsController.cs +++ b/Land.WebAPI/Controllers/DocumentsController.cs @@ -1,4 +1,14 @@ -using System; +/* Empiria Land ********************************************************************************************** +* * +* Solution : Empiria Land System : Land Web API * +* Namespace : Empiria.Land.WebApi Assembly : Empiria.Land.WebApi.dll * +* Type : CertificatesController Pattern : Web API * +* Version : 2.1 License : Please read license.txt file * +* * +* Summary : Contains services used to read and edit land recording documents. * +* * +********************************* Copyright (c) 2014-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ +using System; using System.Web.Http; using Empiria.Data; @@ -8,6 +18,7 @@ namespace Empiria.Land.WebApi { + /// Contains services used to read and edit land recording documents. public class DocumentsController : WebApiController { #region Public APIs diff --git a/Land.WebAPI/Controllers/PropertyController.cs b/Land.WebAPI/Controllers/PropertyController.cs index 47621989..ee399593 100644 --- a/Land.WebAPI/Controllers/PropertyController.cs +++ b/Land.WebAPI/Controllers/PropertyController.cs @@ -1,4 +1,14 @@ -using System; +/* Empiria Land ********************************************************************************************** +* * +* Solution : Empiria Land System : Land Web API * +* Namespace : Empiria.Land.WebApi Assembly : Empiria.Land.WebApi.dll * +* Type : PropertyController Pattern : Web API * +* Version : 2.1 License : Please read license.txt file * +* * +* Summary : Contains services used to get real estate and other resources data. * +* * +********************************* Copyright (c) 2014-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ +using System; using System.Linq; using System.Web.Http; diff --git a/Land.WebAPI/Controllers/RecordingBooksController.cs b/Land.WebAPI/Controllers/RecordingBooksController.cs index 3e743c27..2837e2e2 100644 --- a/Land.WebAPI/Controllers/RecordingBooksController.cs +++ b/Land.WebAPI/Controllers/RecordingBooksController.cs @@ -1,17 +1,25 @@ -using System; +/* Empiria Land ********************************************************************************************** +* * +* Solution : Empiria Land System : Land Web API * +* Namespace : Empiria.Land.WebApi Assembly : Empiria.Land.WebApi.dll * +* Type : RecordingBooksController Pattern : Web API * +* Version : 2.1 License : Please read license.txt file * +* * +* Summary : Contains services to retrive physical recording books and recordings information. * +* * +********************************* Copyright (c) 2014-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ +using System; using System.Collections; using System.Web.Http; -using Empiria.Data; -using Empiria.DataTypes; -using Empiria.Json; - using Empiria.WebApi; using Empiria.WebApi.Models; + using Empiria.Land.Registration; namespace Empiria.Land.WebApi { + /// Contains services to retrive physical recording books and recordings information. public class RecordingBooksController : WebApiController { #region Public APIs diff --git a/Land.WebAPI/Controllers/TransactionsController.cs b/Land.WebAPI/Controllers/TransactionsController.cs index 803a5744..5a71c98f 100644 --- a/Land.WebAPI/Controllers/TransactionsController.cs +++ b/Land.WebAPI/Controllers/TransactionsController.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Web API * * Namespace : Empiria.Land.WebApi Assembly : Empiria.Land.WebApi.dll * * Type : TransactionsController Pattern : Web API * -* Version : 1.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains services to integrate Empiria Land with third-party transaction systems. * * * -********************************* Copyright (c) 2014-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2014-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Web.Http; @@ -192,6 +192,6 @@ private object GetCertificateAsTextModel(Certificate o) { #endregion Private methods - } // class CITySIntegrationController + } // class TransactionsController } // namespace Empiria.Land.WebApi diff --git a/Land.WebAPI/Empiria.Land.WebApi.AssemblyInfo.cs b/Land.WebAPI/Empiria.Land.WebApi.AssemblyInfo.cs index 3a125db5..52b562f1 100644 --- a/Land.WebAPI/Empiria.Land.WebApi.AssemblyInfo.cs +++ b/Land.WebAPI/Empiria.Land.WebApi.AssemblyInfo.cs @@ -2,11 +2,11 @@ * * * Solution : Empiria Land System : Land Web API * * Assembly : Empiria.Land.WebApi.dll Pattern : Assembly Attributes File * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Empiria Land Web API services. * * * -********************************** Copyright(c) 1999-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************** Copyright(c) 1999-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Reflection; using System.Runtime.InteropServices; @@ -16,11 +16,11 @@ *************************************************************************************************************/ [assembly: AssemblyTitle("Empiria.Land.WebApi")] [assembly: AssemblyDescription("Empiria Land Web API services.")] -[assembly: AssemblyVersion("2.0.1023.0")] -[assembly: AssemblyFileVersion("2.0.1023")] +[assembly: AssemblyVersion("2.1.0308.0")] +[assembly: AssemblyFileVersion("2.1.0308")] [assembly: AssemblyCompany("Ontica")] -[assembly: AssemblyProduct("Empiria Land 2015")] -[assembly: AssemblyCopyright("(c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors.")] +[assembly: AssemblyProduct("Empiria Land 2016")] +[assembly: AssemblyCopyright("(c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors.")] [assembly: AssemblyTrademark("Empiria and Ontica are either trademarks of La Vía Óntica SC or Ontica LLC.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] diff --git a/Land.WebAPI/LICENSE.txt b/Land.WebAPI/LICENSE.txt index 23e5547d..d0c72a33 100644 --- a/Land.WebAPI/LICENSE.txt +++ b/Land.WebAPI/LICENSE.txt @@ -1,7 +1,7 @@ Empiria Land Web API License ============================ -Copyright (C) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. +Copyright (C) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. ----------------------------------------------------------------------- These software components are free software: you can redistribute them diff --git a/Land.WebAPI/Models/CertificateRequest.cs b/Land.WebAPI/Models/CertificateRequest.cs index 3caea0ce..3565c956 100644 --- a/Land.WebAPI/Models/CertificateRequest.cs +++ b/Land.WebAPI/Models/CertificateRequest.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Services * * Namespace : Empiria.Land.WebApi.Models Assembly : Empiria.Land.WebApi.dll * * Type : CertificateRequest Pattern : External Interfacer * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Certificate request from an external transaction system. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using Empiria.Json; diff --git a/Land.WebAPI/Models/ExternalCertificateType.cs b/Land.WebAPI/Models/ExternalCertificateType.cs index 318802a1..38f508e3 100644 --- a/Land.WebAPI/Models/ExternalCertificateType.cs +++ b/Land.WebAPI/Models/ExternalCertificateType.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Services * * Namespace : Empiria.Land.WebApi.Models Assembly : Empiria.Land.WebApi.dll * * Type : ExternalCertificateType Pattern : Enumeration Type * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Contains the list of certificates types to be used from external systems. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; namespace Empiria.Land.WebApi.Models { diff --git a/Land.WebAPI/Models/PendingNoteRequest.cs b/Land.WebAPI/Models/PendingNoteRequest.cs index cedc7f4f..95767a10 100644 --- a/Land.WebAPI/Models/PendingNoteRequest.cs +++ b/Land.WebAPI/Models/PendingNoteRequest.cs @@ -3,11 +3,11 @@ * Solution : Empiria Land System : Land Services * * Namespace : Empiria.Land.WebApi.Models Assembly : Empiria.Land.WebApi.dll * * Type : PendingNoteRequest Pattern : External Interfacer * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Pending note request from an external transaction system. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Linq; diff --git a/Land.WebAPI/empiria.config.json b/Land.WebAPI/empiria.config.json index 40234b40..1abc661e 100644 --- a/Land.WebAPI/empiria.config.json +++ b/Land.WebAPI/empiria.config.json @@ -1,7 +1,7 @@ { "appName": "Empiria Land Web API", "version": "0.0", - "date": "2015-12-07", + "date": "2016-03-28", "settings": [ { "type": "", diff --git a/Land.WebServices/Empiria.Land.WebServices.AssemblyInfo.cs b/Land.WebServices/Empiria.Land.WebServices.AssemblyInfo.cs index 28d0042d..6059f7de 100644 --- a/Land.WebServices/Empiria.Land.WebServices.AssemblyInfo.cs +++ b/Land.WebServices/Empiria.Land.WebServices.AssemblyInfo.cs @@ -2,11 +2,11 @@ * * * Solution : Empiria Land System : Land Registration System * * Assembly : Empiria.Land.WebServices.dll Pattern : Assembly Attributes File * -* Version : 2.0 License : Please read license.txt file * +* Version : 2.1 License : Please read license.txt file * * * * Summary : Empiria Land XML/SOAP based web services. * * * -********************************* Copyright (c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. **/ +********************************* Copyright (c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. **/ using System; using System.Reflection; using System.Runtime.InteropServices; @@ -16,11 +16,11 @@ *************************************************************************************************************/ [assembly: AssemblyTitle("Empiria.Land.WebServices")] [assembly: AssemblyDescription("Empiria Land XML/SOAP based web services.")] -[assembly: AssemblyVersion("2.0.1023.0")] -[assembly: AssemblyFileVersion("2.0.1023")] +[assembly: AssemblyVersion("2.1.0308.0")] +[assembly: AssemblyFileVersion("2.1.0308")] [assembly: AssemblyCompany("Ontica")] -[assembly: AssemblyProduct("Empiria Land 2015")] -[assembly: AssemblyCopyright("(c) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors.")] +[assembly: AssemblyProduct("Empiria Land 2016")] +[assembly: AssemblyCopyright("(c) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors.")] [assembly: AssemblyTrademark("Empiria and Ontica are either trademarks of La Vía Óntica SC or Ontica LLC.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCulture("")] diff --git a/Land.WebServices/Empiria.Land.WebServices.csproj b/Land.WebServices/Empiria.Land.WebServices.csproj index fc925db2..b51ea288 100644 --- a/Land.WebServices/Empiria.Land.WebServices.csproj +++ b/Land.WebServices/Empiria.Land.WebServices.csproj @@ -148,6 +148,7 @@ + @@ -174,6 +175,9 @@ + + + diff --git a/Land.WebServices/LICENSE.txt b/Land.WebServices/LICENSE.txt index 4ce9fb8d..7c054c2c 100644 --- a/Land.WebServices/LICENSE.txt +++ b/Land.WebServices/LICENSE.txt @@ -1,7 +1,7 @@ Empiria Land Web Services License ================================= -Copyright (C) 2009-2015. La Vía Óntica SC, Ontica LLC and contributors. +Copyright (C) 2009-2016. La Vía Óntica SC, Ontica LLC and contributors. ----------------------------------------------------------------------- These software components are free software: you can redistribute them