Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Assemblers/FileIdentificationAssembler.cs =================================================================== diff -u -r2895 -r2898 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Assemblers/FileIdentificationAssembler.cs (.../FileIdentificationAssembler.cs) (revision 2895) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Assemblers/FileIdentificationAssembler.cs (.../FileIdentificationAssembler.cs) (revision 2898) @@ -33,47 +33,47 @@ public FileIdentificationAssembler() { const string attApplication = "Application"; - this.map.Add(attApplication, new DtoPropertyAttriubteMapping() + this.map.Add(attApplication, new DtoPropertyAttributeMapping() { PropertyName = attApplication, AttributeName = attApplication, Importance = DtoPropertyImportance.Required }); const string attVersion = "Version"; - this.map.Add(attVersion, new DtoPropertyAttriubteMapping() + this.map.Add(attVersion, new DtoPropertyAttributeMapping() { PropertyName = attVersion, AttributeName = attVersion, Importance = DtoPropertyImportance.Required }); const string attCreated = "Created"; - this.map.Add(attCreated, new DtoPropertyAttriubteMapping() + this.map.Add(attCreated, new DtoPropertyAttributeMapping() { PropertyName = attCreated, AttributeName = attCreated, Importance = DtoPropertyImportance.Required }); const string attCompany = "Company"; - this.map.Add(attCompany, new DtoPropertyAttriubteMapping() + this.map.Add(attCompany, new DtoPropertyAttributeMapping() { PropertyName = attCompany, AttributeName = attCompany, Importance = DtoPropertyImportance.Required }); const string attLicense = "License"; - this.map.Add(attLicense, new DtoPropertyAttriubteMapping() + this.map.Add(attLicense, new DtoPropertyAttributeMapping() { PropertyName = attLicense, AttributeName = attLicense, Importance = DtoPropertyImportance.Optional }); const string attDescription = "Description"; - this.map.Add(attDescription, new DtoPropertyAttriubteMapping() + this.map.Add(attDescription, new DtoPropertyAttributeMapping() { PropertyName = attDescription, AttributeName = attDescription,