Skip to content

03 Namespace structure

Emre GULCAN edited this page Apr 18, 2017 · 1 revision

This project's base namespace is XrmLibrary.EntityHelpers and sub namespaces basically structured from Microsoft SDK 's "Model your business data" section. Base namespace is same both XrmLibrary.2015 and XrmLibrary.2016, so you can upgrade your project easly.

  • Activity

    • Email
    • Activity Attachment
  • Administrator

    • Organization
    • Business Unit (department)
    • Team
    • System user
  • Annotation

    • Annotation
  • BusinessManagement

    • Queue
    • Queue Items
    • Timezone
    • Transaction currency
  • Common

    • Common helpers (like Delete, Share, Associate, Assign etc)
  • Customer

    • Account
    • Contact
  • Marketing

    • Campaign
    • Campaign Activity
    • List
  • Sales

    • Lead
    • Opportunity
    • Quote
    • Sales (salesorder)
    • Invoice
  • Schedule

    • Appointment
    • Calendar
  • Security

    • Privilege
    • Role
  • Service

    • Incident
    • Contract
    • Contract Detail
    • Knowledge Article
    • Language Locale
  • Utils (not related with SDK, internal use only)

    • Attachment Helper
    • File Helper