Update of /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide
In directory sc8-pr-cvs1:/tmp/cvs-serv7317/doc/UserGuide
Modified Files:
DefiningaModel.tex
Log Message:
Updated doc. for PyModel: misc. fix defaultValue for APrimaryKey
Index: DefiningaModel.tex
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide/DefiningaModel.tex,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** DefiningaModel.tex 24 Aug 2003 17:38:04 -0000 1.19
--- DefiningaModel.tex 24 Aug 2003 17:53:14 -0000 1.20
***************
*** 928,932 ****
\lineiii{isRequired}{\code{1}}{You should not change this default, nor
overwrite it: a primary key should be mandatory.}
! \lineiii{defaultValue}{\code{}}{}
\lineiii{doc}{\code{'Primary Key'}}{}
\lineiii{usedForLocking}{\code{0}}{}
--- 928,933 ----
\lineiii{isRequired}{\code{1}}{You should not change this default, nor
overwrite it: a primary key should be mandatory.}
! \lineiii{defaultValue}{\code{None} if \code{isClassProperty} is false,
! \code{0} otherwise}{}
\lineiii{doc}{\code{'Primary Key'}}{}
\lineiii{usedForLocking}{\code{0}}{}
|