Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
K
K13 .Net Core Xperience Adapter
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • Operations
    • Operations
    • Metrics
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Administrator
  • K13 .Net Core Xperience Adapter
  • Wiki
  • Usage Guidelines

Usage Guidelines · Changes

Page history
Update Usage Guidelines authored Jun 27, 2022 by eugene's avatar eugene
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • Usage-Guidelines.md Usage-Guidelines.md +1 -1
  • No files found.
Usage-Guidelines.md
View page @ 0d414598
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
**Models** **Models**
- Store all business class data models under **\<ProjectName\>.Business/Models** - Store all business class data models under **\<ProjectName\>.Business/Models**
- Store all Kentico generated classes under **\<ProjectNam\e>.Business/Models/Generated**. No need to create subfolders unless the number of models is greater than 20, then logically group them in subfolders. - Store all Kentico generated classes under **\<ProjectName\>.Business/Models/Generated**. No need to create subfolders unless the number of models is greater than 20, then logically group them in subfolders.
- No need to add Dto in the class name, example **HomePage**, not ***HomePageDto*** - No need to add Dto in the class name, example **HomePage**, not ***HomePageDto***
- Name the model class the same as the Kentico Generated class, you just have a different namespace - Name the model class the same as the Kentico Generated class, you just have a different namespace
- Kentico Generated Class: **CMS.DocumentEngine.Types.\<ProjectName\>.HomePage** - Kentico Generated Class: **CMS.DocumentEngine.Types.\<ProjectName\>.HomePage**
......
Clone repository
  • Package Releases
  • Usage Guidelines