Click or drag to resize

IBuildInfo Interface

The purpose of the IBuildInfo Interface is to allow Build Information such as patch version and name to be populated to custom extentions. If the IBuildInfo Interface is implemented in a Custom DLL this information will be visible in the About box. This allows tracking of which versions are currently installed.

Namespace:  Omada.OE.Model.Public
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface IBuildInfo

The IBuildInfo type exposes the following members.

Methods
  NameDescription
Public methodApplicationName
Returns the name of the application.
Public methodApplicationReleaseNumber
Returns the fully qualified release number e.g. 7.0.0.0.
Top
See Also