Changes between Version 7 and Version 8 of Document/Development/Design/LdapBackend

Show
Ignore:
Timestamp:
10/14/08 12:30:55 (5 years ago)
Author:
jgarcia@… (IP: 88.26.177.14)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/LdapBackend

    v7 v8  
    124124__''New Types? Automatic or manual generation''__ 
    125125 
    126 Every ''EBox::Type'' has to implement a ''description()'' method. With this information (how the type need to be stored), we'll be able to generate schemas for every possible type created 
    127  
    128 e.g.: 
     126 * Every ''EBox::Type'' has to implement a ''description()'' method which returns a reference to a Hash with tuples ''name => type''.  
     127   * With this information (how the type need to be stored), we'll be able to generate schemas for every possible type created 
     128   * e.g.: 
    129129{{{ 
    130130package EBox::Type::Boolean;