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 | ||
{| class="wikitable" | {| class="wikitable" | ||
!Class.Prop | !#Class.Prop | ||
!Description | !Description | ||
|- | |- | ||
|aaa.bbb | |#aaa.bbb | ||
|Longish description without markup | |Longish description without markup | ||
|- | |- | ||
|attribute.codecomment | |#attribute.codecomment | ||
|A short documentation available for your usage | |A short documentation available for your usage | ||
|- | |- | ||
|attribute.HasUserCode | |#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 | |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 | |#attribute.SetterVisibility | ||
|Attributes are default public - both set and gett - this property allows you to change the visibility of the set operator | |Attributes are default public - both set and gett - this property allows you to change the visibility of the set operator | ||
|- | |- |
Revision as of 09:38, 4 August 2017
This page was created by Hans.karlsen on 2017-08-04. Last edited by Edgar on 2025-01-20.
This page is fetched by MDriven designer to provide additional information per property in the Property inspector
#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 gett - this property allows you to change the visibility of the set operator |