C# 클래스 HedgehogDevelopment.Scaas.Content.Fields.FieldConverterService

The FieldConverterService class
파일 보기 프로젝트 열기: HedgehogDevelopment/sitecore-content-service

공개 메소드들

메소드 설명
Convert ( Type type, Sitecore field ) : object

Converts the specified field to the Type.

FieldConverterService ( ) : System

Initializes a new instance of the FieldConverterService class.

비공개 메소드들

메소드 설명
GetConverter ( Type fieldType ) : IFieldConverter

Gets the converter for the Type.

메소드 상세

Convert() 공개 메소드

Converts the specified field to the Type.
public Convert ( Type type, Sitecore field ) : object
type System.Type The type.
field Sitecore The field.
리턴 object

FieldConverterService() 공개 메소드

Initializes a new instance of the FieldConverterService class.
public FieldConverterService ( ) : System
리턴 System