Click or drag to resize

ISharedModule Interface

Interface for module informations

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface ISharedModule

The ISharedModule type exposes the following members.

Properties
  NameDescription
Public propertyCaption
Module caption
Public propertyId
Module unique identifier
Public propertyIsApplication
Gets whether the module is an applicative module
Public propertyVersion
Module version
Top
See Also