Class FieldValueConverter  
  
  
    - Namespace
- Raytha.Application.ContentItems
- Assembly
- Raytha.Application.dll
 
  
  
  
    public class FieldValueConverter
   
  
    - Inheritance
- 
      
      FieldValueConverter 
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  FieldValueConverter(ICurrentOrganization)
  
  
  
  
  
    public FieldValueConverter(ICurrentOrganization currentOrganization)
   
  Parameters
  
    - currentOrganizationICurrentOrganization
Methods
  
  
  MapRelatedContentItemValueForField(BaseFieldType, dynamic, ContentTypeFieldDto)
  
  
  
  
  
    public string MapRelatedContentItemValueForField(BaseFieldType fieldType, dynamic content, ContentTypeFieldDto contentTypeField)
   
  Parameters
  
    - fieldTypeBaseFieldType
- contentdynamic
- contentTypeFieldContentTypeFieldDto
Returns
  
    - string
  MapToListItemValues(ContentItemDto, string)
  
  
  
  
  
    public Dictionary<string, string> MapToListItemValues(ContentItemDto item, string templateLabel)
   
  Parameters
  
    - itemContentItemDto
- templateLabelstring
Returns
  
    - Dictionary<string, string>
  MapValueForChoiceField(BaseFieldType, dynamic, ContentTypeFieldDto, ContentTypeFieldChoice)
  
  
  
  
  
    public string MapValueForChoiceField(BaseFieldType fieldType, dynamic content, ContentTypeFieldDto contentTypeField, ContentTypeFieldChoice contentTypeFieldChoice)
   
  Parameters
  
    - fieldTypeBaseFieldType
- contentdynamic
- contentTypeFieldContentTypeFieldDto
- contentTypeFieldChoiceContentTypeFieldChoice
Returns
  
    - string
  MapValueForField(BaseFieldType, dynamic, ContentTypeFieldDto)
  
  
  
  
  
    public string MapValueForField(BaseFieldType fieldType, dynamic content, ContentTypeFieldDto contentTypeField)
   
  Parameters
  
    - fieldTypeBaseFieldType
- contentdynamic
- contentTypeFieldContentTypeFieldDto
Returns
  
    - string