Difference between revisions of "CUSTOMIZING"
Line 10: | Line 10: | ||
}} | }} | ||
− | [[Category:Metaclasses]] | + | ==Basics== |
+ | The Customizing object gives information about one version of the compiled customized assemblies. Every time the user executes a compilation (both local and released) a new instance of customizing is created. | ||
+ | |||
+ | ==Version number== | ||
+ | The version number of a customizing consits of 3 numbers:<br/> | ||
+ | '''Major'''.'''Minor'''.'''Revision''' | ||
+ | Major and Minor are linked to Major and Minor of the UBIK Kernel version the customizing was compiled with. The Revision is increased by 1 with every compilation. | ||
+ | |||
+ | ==Kernel Version== | ||
+ | The kernel Version number for which the current customizing was compiled for | ||
+ | |||
+ | ==Comment== | ||
+ | Additional comment describing the customizing. | ||
+ | |||
+ | ==Assembly and AssemblyUI File== | ||
+ | Gives information about the filenames of the assemblies of the customizing. | ||
+ | |||
+ | ==Released== | ||
+ | Indicates as the customizing is currently the released one. Only one customizing can be released per Kernel Version. | ||
+ | Setting it to true will mark all other customizings (with the same Kernel Version) as not released. | ||
+ | |||
+ | ==Original Version== | ||
+ | The Customizing Version which was active once the new once was compiled. | ||
+ | |||
+ | [[Category:Metaclasses|CUSTOMIZING]] |
Revision as of 11:28, 3 July 2015
Contents
Basics
The Customizing object gives information about one version of the compiled customized assemblies. Every time the user executes a compilation (both local and released) a new instance of customizing is created.
Version number
The version number of a customizing consits of 3 numbers:
Major.Minor.Revision
Major and Minor are linked to Major and Minor of the UBIK Kernel version the customizing was compiled with. The Revision is increased by 1 with every compilation.
Kernel Version
The kernel Version number for which the current customizing was compiled for
Comment
Additional comment describing the customizing.
Assembly and AssemblyUI File
Gives information about the filenames of the assemblies of the customizing.
Released
Indicates as the customizing is currently the released one. Only one customizing can be released per Kernel Version. Setting it to true will mark all other customizings (with the same Kernel Version) as not released.
Original Version
The Customizing Version which was active once the new once was compiled.