This class contains information about the conversions carried out on the CPf file when either the system is upgraded, or the Config.CPF.Convert() method is run on a CPF file. More...


Public Member Functions | |
| def | __init__ (self) |
| This class contains information about the conversions carried out on the CPf file when either the system is upgraded, or the Config.CPF.Convert() method is run on a CPF file. More... | |
Public Attributes | |
| LastConvertTime | |
| Last time the CPF file was converted. More... | |
Public Attributes inherited from CommonProperties | |
| CPFFile | |
| CPF file which the object maps to. More... | |
| Comments | |
| Embedded comments in the CPF file. More... | |
| Flags | |
| Flags governing how the object is processed when Save() is called. More... | |
| Name | |
| Name of the object instance. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CommonSingleMethods | |
| _.Library.Status | Get (_.Library.String Properties, _.Library.String CPFFile, _.Library.Integer Flags) |
| Get a sections properties from a CPF file. More... | |
| _.Library.Status | GetList (_.Library.String CPFFile, _.Library.Integer Flags) |
| Returns the properties from a section in a CPF file by value in $list format More... | |
| _.Library.Status | Modify (_.Library.String Properties, _.Library.String CPFFile, _.Library.Integer Flags) |
| Modify a sections properties in a CPF file. More... | |
| _.Library.ObjectHandle | Open (_.Library.String CPFFile, _.Library.Integer concurrency, _.Library.Status Status, _.Library.Integer Flags) |
| Open an instance of an section object in a CPF file. More... | |
Static Public Attributes inherited from CommonProperties | |
| DOMAIN = None | |
| This class contains properties which are included by classes which manipulate sections in the CPF file. More... | |
This class contains information about the conversions carried out on the CPf file when either the system is upgraded, or the Config.CPF.Convert() method is run on a CPF file.
Conversion details are stored as comments in the CPF file in this section.
These comments can be removed or edited at any time.
| def __init__ | ( | self | ) |
This class contains information about the conversions carried out on the CPf file when either the system is upgraded, or the Config.CPF.Convert() method is run on a CPF file.
Conversion details are stored as comments in the CPF file in this section.
These comments can be removed or edited at any time.
Reimplemented from CommonProperties.
| LastConvertTime |