프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ConfiguredFormConverter ( ) : System |
Default constructor.
|
|
ConvertDataToSource ( Umbraco.Core.Models.PublishedContent.PublishedPropertyType propertyType, object source, bool preview ) : object |
Converts the raw property data to ConfiguredFormInfo.
|
|
IsConverter ( Umbraco.Core.Models.PublishedContent.PublishedPropertyType propertyType ) : bool |
Indicates whether or not this is a converter for the specified property type.
|
public ConvertDataToSource ( Umbraco.Core.Models.PublishedContent.PublishedPropertyType propertyType, object source, bool preview ) : object | ||
propertyType | Umbraco.Core.Models.PublishedContent.PublishedPropertyType | /// The property type. /// |
source | object | /// The property data. /// |
preview | bool | /// Is this preview data? /// |
리턴 | object |
public IsConverter ( Umbraco.Core.Models.PublishedContent.PublishedPropertyType propertyType ) : bool | ||
propertyType | Umbraco.Core.Models.PublishedContent.PublishedPropertyType | /// The property type. /// |
리턴 | bool |