%SYS
GenericMapProperties Class Reference

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

Inheritance diagram for GenericMapProperties:

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...
 
 ID
 ID where the mapping is. More...
 
 Name
 Name of the mapping. 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.
 

◆ ID

ID

ID where the mapping is.


 

◆ Name

Name

Name of the mapping.