Click or drag to resize

IModule Interface

Represent a module.

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IModule : IIdentifiable

The IModule type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Description of the module.
Public propertyId
Identifier of the object.
(Inherited from IIdentifiable.)
Public propertyName
Name of the module.
Top
Methods
  NameDescription
Public methodSave
Create or update the module.
Top
See Also