%SYS
CommonMapProperties Class Reference

This class contains properties which are included by classes which manipulate namespace mappings in the CPF file. More...

Inheritance diagram for CommonMapProperties:

Public Attributes

 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 mapping. More...
 
 Namespace
 Namespace where the mapping is. More...
 

Static Public Attributes

 DOMAIN = None
 This class contains properties which are included by classes which manipulate namespace mappings in the CPF file. More...
 

Detailed Description

This class contains properties which are included by classes which manipulate namespace mappings in the CPF file.


Member Data Documentation

◆ DOMAIN

DOMAIN = None
static

This class contains properties which are included by classes which manipulate namespace mappings in the CPF file.


Default Localization Domain

◆ CPFFile

CPFFile

CPF file which the object maps to.


 

◆ Comments

Comments

Embedded comments in the CPF file.


 

◆ Flags

Flags

Flags governing how the object is processed when Save() is called.


For normal operations, all bits should be set.
Bit $$$CPFSave - Save object to disk.
Bit $$$CPFWrite - Write CPF file from object.
Bit $$$CPFActivate - Activate object into memory if CPFFile is the same as what is currently active.
 

◆ Name

Name

Name of the mapping.


 

◆ Namespace

Namespace

Namespace where the mapping is.