当前位置:网站首页>Parameter keywords final, flags, internal, mapping keywords internal
Parameter keywords final, flags, internal, mapping keywords internal
2022-07-07 13:52:00 【User 7741497】
Chapter 89 Parameter keyword - Final
Specify whether this parameter is final
( Cannot override in subclasses )
usage
To specify parameters as final
Final parameters , Please use the following syntax :
Parameter name As parameter_type [ Final ] = value;
otherwise , Please omit the keyword or put the word before the keyword .
Detailed explanation
Marked as Final
Class members of cannot be overridden in subclasses .
Default
If you omit this keyword , Then this parameter is not the final parameter .
Chapter 90 Parameter keyword - Flags
Modify the user interface type of this parameter ( stay Studio in ).
usage
User interface type to modify this parameter ( stay Studio in ), Please use the following syntax :
Parameter name As parameter_type [ Flags = flags ] = value;
among ,flags
Is one of the following values :
ENUM
- This parameter is determined byConstraint
keyword ( Comma separated list ) One of the specified values . The inspector will provide a drop-down list of these values .LIST
- The parameter value is a string consisting of a comma separated list of items .
Please note that , Don't use EDIT
、EMPTY
and SYS
.
Detailed explanation
Modify the user interface type of the parameter ( stay Studio
in ).Studio
Use this type to provide input validation for parameters in the inspector . Class compiler ignores this keyword .
Default
If you omit this keyword , be Studio
Only a single value is allowed for this parameter ( And there is no option drop-down list ).
Chapter 91 Mapping keywords - Internal
Specifies whether this projection definition is internal ( Do not display in class documents ). Please note that , Class documents currently do not display projections at all .
usage
To specify that this projection is internal , Please use the following syntax
Projection projectionname As class [ Internal ];
otherwise , Omit this keyword or put the word Not Put in front of the keyword .
Detailed explanation
Internal class members do not appear in the class document . If you want users to see a class , But don't see all its members , This keyword is very useful .
Please note that , Class documents currently do not display projections at all .
Default
If you omit this keyword , Projection is not internal .
Chapter 92 Mapping keywords - Internal
Specifies whether this projection definition is internal ( Do not display in class documents ). Please note that , Class documents currently do not display projections at all .
usage
To specify that this projection is internal , Please use the following syntax
Projection projectionname As class [ Internal ];
otherwise , Omit this keyword or put the word Not Put in front of the keyword .
Detailed explanation
Internal class members do not appear in the class document . If you want users to see a class , But don't see all its members , This keyword is very useful .
Please note that , Class documents currently do not display projections at all .
Default
If you omit this keyword , Projection is not internal .
边栏推荐
- .net core 关于redis的pipeline以及事务
- 566. 重塑矩阵
- Some principles of mongodb optimization
- [dark horse morning post] Huawei refutes rumors about "military master" Chen Chunhua; Hengchi 5 has a pre-sale price of 179000 yuan; Jay Chou's new album MV has played more than 100 million in 3 hours
- Write it down once Net a new energy system thread surge analysis
- AI人才培育新思路,这场直播有你关心的
- Mongodb meets spark (for integration)
- [high frequency interview questions] difficulty 2.5/5, simple combination of DFS trie template level application questions
- Enregistrement de la navigation et de la mise en service du robot ROS intérieur (expérience de sélection du rayon de dilatation)
- TPG x AIDU | AI leading talent recruitment plan in progress!
猜你喜欢
为租客提供帮助
《厌女:日本的女性嫌恶》摘录
Sliding rail stepping motor commissioning (national ocean vehicle competition) (STM32 master control)
室内ROS机器人导航调试记录(膨胀半径的选取经验)
566. 重塑矩阵
Fast development board pinctrl and GPIO subsystem experiment for itop-imx6ull - modify the device tree file
LIS longest ascending subsequence problem (dynamic programming, greed + dichotomy)
2022-7-7 Leetcode 844.比较含退格的字符串
TPG x AIDU | AI leading talent recruitment plan in progress!
"Song of ice and fire" in the eleventh issue of "open source Roundtable" -- how to balance the natural contradiction between open source and security?
随机推荐
Write it down once Net a new energy system thread surge analysis
最佳实践 | 用腾讯云AI意愿核身为电话合规保驾护航
内存溢出和内存泄漏的区别
Leecode3. Longest substring without repeated characters
How far can it go to adopt a cow by selling the concept to the market?
[dark horse morning post] Huawei refutes rumors about "military master" Chen Chunhua; Hengchi 5 has a pre-sale price of 179000 yuan; Jay Chou's new album MV has played more than 100 million in 3 hours
Mongodb slice summary
MySQL error 28 and solution
Realize the IP address home display function and number home query
Problems that cannot be accessed in MySQL LAN
为租客提供帮助
单片机学习笔记之点亮led 灯
记一次 .NET 某新能源系统 线程疯涨 分析
LeetCode简单题分享(20)
Is it safe to open an account online now? Which securities company should I choose to open an account online?
[etc.] what are the security objectives and implementation methods that cloud computing security expansion requires to focus on?
Error lnk2019: unresolved external symbol
ROS机器人更换新雷达需要重新配置哪些参数
The delivery efficiency is increased by 52 times, and the operation efficiency is increased by 10 times. See the compilation of practical cases of financial cloud native technology (with download)
属性关键字Aliases,Calculated,Cardinality,ClientName