1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Merge pull request #7434 from naitsirch/fix/doc-faq-public-property

Removed FAQ paragraph stating public variables are disallowed
This commit is contained in:
Michael Moravec 2018-11-11 23:22:58 +01:00 committed by GitHub
commit 8bfb363fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,6 @@ created database tables and columns.
Entity Classes Entity Classes
-------------- --------------
I access a variable and its null, what is wrong?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If this variable is a public variable then you are violating one of the criteria for entities.
All properties have to be protected or private for the proxy object pattern to work.
How can I add default values to a column? How can I add default values to a column?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~