Files
2026-04-17 14:55:32 -04:00

26 lines
1.2 KiB
Markdown

---
source_files:
- DataPRO/Modules/SystemSettings/UISettings/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:14:39.115871+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "a3e3207b6900c0bf"
---
# Properties
### Purpose
This module contains assembly metadata for the DBImportExportModule assembly. It is a standard .NET Framework AssemblyInfo file that defines version information, COM visibility settings, and a unique GUID for the assembly. It exists solely to provide assembly-level configuration and identification for the DBImportExport module.
### Public Interface
No public types are defined. This file contains only assembly-level attributes:
- `AssemblyTitle("DBImportExportModule")` - Sets the assembly title
- `AssemblyProduct("DBImportExportModule")` - Sets the product name
- `AssemblyCopyright("Copyright © 2016")` - Sets copyright information
- `ComVisible(false)` - Disables COM visibility for types in this assembly
- `Guid("bc9afa01-e327-4133-8818-141281f9b3a0")` - Unique identifier for COM interop
- `AssemblyVersion("1.0.0.0")` - Assembly version
- `AssemblyFileVersion("1.0.0.0")` - File version
### Invariants
- The GUID `bc9afa01-e327-4133