Quantcast
Channel: Logos Bible Software Wiki
Viewing all articles
Browse latest Browse all 7084

(no title)

$
0
0

Revision 2 by Chris Robbers (Logos) on 2013-07-22 at 23:40:41 to :

compare to previous revision

 
! Adding a New Data Type
 
#. Determine which branch you will be adding support for the data type. It is recommended to add the code to the lowest common denominator branch first, and merge up the version stack. (e.g. add to Logos-Desktop 4.6c, then merge to Logos-Desktop-5.1)
#. ETD will provide the requisite files:
#. datatype.xml
#. datatype-en-us.xml
#. DataType.cs (if supplied)
#. DataType.g.cs (if supplied)
#. Copy the files to the source tree and add the files to the DigitalLibrary solution in the appropriate location.
#. Add the new data type to Libronix.DataTypes\DataTypeInfo\index.xml.
#. ETD should also supply some example references to use for unit testing.
#. Create a new unit test source file under Libronix.DataTypes.Tests, or if appropriate, add tests to existing source file.

Viewing all articles
Browse latest Browse all 7084

Trending Articles