Skip to content
Volodymyr Podshyvalov edited this page Jan 25, 2020 · 8 revisions

Getting started

For strat your work with the DNF just download the last available release by following link. Build the source or unpack build libs.

Would be useful to read articles provided at the Wiki to understanding of the framework logic.

Import

Add a refereces to a following dlls in yout project:

  • UniformDataOperator.dll - the UDO framework.
  • UniformQueries.dll - provides an API for works with a queries.
  • DNFCore.dll - provides a base API of the DNF
  • AuthorityController - provides an API and data structures for authority tasks.

Now you can access all the API implemented by the DNF.

Documentation

Format Description Link
Wiki Contains a description of logic processes into the framework. You already here
API An online documentation with API overview. Link
Local A repository with generated documentation as could be used offline. Link

Most important articles