当前位置:网站首页>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 byConstraintkeyword ( 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 .
边栏推荐
- AI人才培育新思路,这场直播有你关心的
- Ways to improve the performance of raspberry pie
- mysql导入文件出现Data truncated for column ‘xxx’ at row 1的原因
- 社会责任·价值共创,中关村网络安全与信息化产业联盟对话网信企业家海泰方圆董事长姜海舟先生
- 2022-7-6 Leetcode 977. Square of ordered array
- Flink | 多流转换
- Talk about pseudo sharing
- Is it safe to open an account online now? Which securities company should I choose to open an account online?
- Sliding rail stepping motor commissioning (national ocean vehicle competition) (STM32 master control)
- High end for 8 years, how is Yadi now?
猜你喜欢

"New red flag Cup" desktop application creativity competition 2022

Milkdown control icon

TPG x AIDU | AI leading talent recruitment plan in progress!

flask session伪造之hctf admin

如何让join跑得更快?

Best practice | using Tencent cloud AI willingness to audit as the escort of telephone compliance

Flink | multi stream conversion

Did login metamask

566. Reshaping the matrix
![供应链供需预估-[时间序列]](/img/2c/82d118cfbcef4498998298dd3844b1.png)
供应链供需预估-[时间序列]
随机推荐
[etc.] what are the security objectives and implementation methods that cloud computing security expansion requires to focus on?
Indoor ROS robot navigation commissioning record (experience in selecting expansion radius)
Thread pool reject policy best practices
LeetCode_ Binary search_ Medium_ 153. Find the minimum value in the rotation sort array
Esp32 construction engineering add components
[QNX hypervisor 2.2 user manual]6.3.4 virtual register (guest_shm.h)
cmake 学习使用笔记(一)
Data refresh of recyclerview
内存溢出和内存泄漏的区别
Clion mingw64 Chinese garbled code
What are the principles for distinguishing the security objectives and implementation methods that cloud computing security expansion requires to focus on?
PHP - laravel cache
得物客服热线的演进之路
Esp32 series column
2022-7-6 beginner redis (I) download, install and run redis under Linux
Mathématiques avancées - - chapitre 8 différenciation des fonctions multivariables 1
[fortress machine] what is the difference between cloud fortress machine and ordinary fortress machine?
提升树莓派性能的方法
JS slow motion animation principle teaching (super detail)
Laravel Form-builder使用