TVPbkFieldTypeMapping Class Reference
	
	#include 
            
                    <app/TVPbkFieldTypeMapping.h>
                
| class TVPbkFieldTypeMapping | 
Detailed Description
			A helper class for mapping field types to Versit or non-Versit types.
			Can be used also for finding a field type from a field type list. 
			See also: VPbkFieldType.rh 
			
				
					- 
						library
					
- VPbkEng.lib 
Constructor & Destructor Documentation
		TVPbkFieldTypeMapping ( TResourceReader & )
		
		
				Constructs this object from a VPBK_FIELD_TYPE_MAPPING resource.
				
			 
| Parameter | Description | | aReader | A resource reader to VPBK_FIELD_TYPE_MAPPING that is defined in VPbkFieldType.rh. | 
 
		TVPbkFieldTypeMapping (  )
		
		| IMPORT_C | TVPbkFieldTypeMapping | ( | ) |  | 
				Constructs an empty mapping. 
			 
 
Member Function Documentation
		FindMatch ( const MVPbkFieldTypeList & )
		
		
				Returns a field type that matches this type mapping or NULL.
				
			 
| Parameter | Description | | aFieldTypeList | A field type list that is for searching. | 
Returns: A matched field type or NULL. 
 
		SetNonVersitType ( TVPbkNonVersitFieldType )
		
		
				Sets the non-Versit type of this field type mapping.
				
			 
| Parameter | Description | | aNonVersitType | A new non-Versit type. | 
 
		SetVersitProperty ( TVPbkFieldVersitProperty )
		
		
				Sets the Versit property of this field type mapping.
				
			 
| Parameter | Description | | aVersitProperty | A new Versit property for the mapping. |