MDrivenDesignerPropertyInspectorHints
No edit summary
No edit summary
Line 1: Line 1:
This page is fetched by MDriven designer to provide additional information per property in the Property inspector
This page is fetched by MDriven designer to provide additional information per property in the Property inspector.
 
Note to authors: case-insensitive, key must start with #, key is shown in MDrivenDesigner unless value is found below, will not render any links or markup correctly so use plain text
{| class="wikitable"
{| class="wikitable"
!#Class.Prop
!#Class.Prop
Line 20: Line 22:
|-
|-
|#attribute.defaultDBValue
|#attribute.defaultDBValue
|When attributes are added to classes that already has data in a database - and if this attribute does not allow null - then we need to supply what default value existing rows should have
|When attributes are added to classes that already has data in a database - and if this attribute does not allow null - then we need to supply what default value existing rows should have. Common for state attributes: 'SomeState'
|-
|-
|#attribute.DelayedFetch
|#attribute.DelayedFetch

Revision as of 10:05, 4 August 2017

This page is fetched by MDriven designer to provide additional information per property in the Property inspector.

Note to authors: case-insensitive, key must start with #, key is shown in MDrivenDesigner unless value is found below, will not render any links or markup correctly so use plain text

#Class.Prop Description
#aaa.bbb Longish description without markup
#attribute.codecomment A short documentation available for your usage
#attribute.HasUserCode When used in MDriven Framework this flag set will route all access thru the code accessor that has partial methods implementation that can be implemented by you
#attribute.SetterVisibility Attributes are default public - both set and get - this property allows you to change the visibility of the set operator
#attribute.column name This is the name the column in the database will get - by default it is the same as the attribute - this is achieved by stating <Name>
#attribute.defaultDBValue When attributes are added to classes that already has data in a database - and if this attribute does not allow null - then we need to supply what default value existing rows should have. Common for state attributes: 'SomeState'
#attribute.DelayedFetch
#attribute.FormerNames
This page was edited 96 days ago on 02/10/2024. What links here