AVEVA OMI Software Developer Kit
AVEVA OMI Developer Guide > Introduction > Naming Conventions
Naming Conventions

SDK assembly and DLL names conform to the following pattern:

  • ArchestrA.Client.<SDK_Extension>.DLL, where SDK_Extension is the name of the SDK. For example, the name of the DLL for the RunTimeData SDK is "ArchestrA.Client.RunTimeData.DLL."
  • Namespace names: Public namespace names conform to the same naming pattern as for SDK assembly and DLL names, minus the "DLL" file extension. For example, the name of the namespace for the RunTimeData SDK is "ArchestrA.Client.RunTimeData."
  • Non-public implementations of the SDK namespace use the same name as the public namespace, but are appended with "Internal." For example, "Archestra.Client.RunTimeData.Internal."