Click or drag to resize

ModuleFactory Class

Factory used to create or find a module.
Inheritance Hierarchy
SystemObject
  AskiaFieldComModuleFactory

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class ModuleFactory

The ModuleFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCreate
Creates a fresh new instance of module.
Public methodStatic memberCode exampleFindById
Find a module using his identifier.
Public methodStatic memberCode exampleFindByName
Find a module using his name.
Top
See Also