当前位置:网站首页>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 .
边栏推荐
- 118. Yanghui triangle
- Evolution of customer service hotline of dewu
- Detr introduction
- Mongodb replication (replica set) summary
- Fast development board pinctrl and GPIO subsystem experiment for itop-imx6ull - modify the device tree file
- Ogre introduction
- Redis只能做缓存?太out了!
- PostgreSQL array type, each splice
- clion mingw64中文乱码
- toRaw和markRaw
猜你喜欢
Centso7 OpenSSL error Verify return code: 20 (unable to get local issuer certificate)
xshell连接服务器把密钥登陆改为密码登陆
Ogre introduction
Build a secure and trusted computing platform based on Kunpeng's native security
Leecode3. Longest substring without repeated characters
High end for 8 years, how is Yadi now?
Redis只能做缓存?太out了!
Social responsibility · value co creation, Zhongguancun network security and Information Industry Alliance dialogue, wechat entrepreneur Haitai Fangyuan, chairman Mr. Jiang Haizhou
Co create a collaborative ecosystem of software and hardware: the "Joint submission" of graphcore IPU and Baidu PaddlePaddle appeared in mlperf
2022-7-6 beginner redis (I) download, install and run redis under Linux
随机推荐
"New red flag Cup" desktop application creativity competition 2022
mysql导入文件出现Data truncated for column ‘xxx’ at row 1的原因
Read PG in data warehouse in one article_ stat
华为镜像地址
ROS机器人更换新雷达需要重新配置哪些参数
. Net core about redis pipeline and transactions
Data refresh of recyclerview
现在网上开户安全么?那么网上开户选哪个证券公司?
"Song of ice and fire" in the eleventh issue of "open source Roundtable" -- how to balance the natural contradiction between open source and security?
2022-7-6 sigurg is used to receive external data. I don't know why it can't be printed out
2022-7-7 Leetcode 34. Find the first and last positions of elements in a sorted array
1. Deep copy 2. Call apply bind 3. For of in differences
【堡垒机】云堡垒机和普通堡垒机的区别是什么?
高等数学---第八章多元函数微分学1
室内ROS机器人导航调试记录(膨胀半径的选取经验)
Use of polarscatter function in MATLAB
2022-7-6 Leetcode 977. Square of ordered array
TPG x AIDU | AI leading talent recruitment plan in progress!
Excerpt from "misogyny: female disgust in Japan"
2022-7-6 初学redis(一)在 Linux 下下载安装并运行 redis