%SYS
Conversions Class Reference

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...

Inheritance diagram for Conversions:
Collaboration diagram for Conversions:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Data Documentation

◆ LastConvertTime

LastConvertTime

Last time the CPF file was converted.