메소드 | 설명 | |
---|---|---|
CanHandle ( |
Indicates that the data mapper will mapper to and from the property
|
|
MapToCms ( AbstractDataMappingContext mappingContext ) : void |
Maps data from the .Net property value to the CMS value
|
|
MapToProperty ( AbstractDataMappingContext mappingContext ) : object |
Maps data from the CMS value to the .Net property value
|
|
ParseQuery ( string query, System.Item item ) : string |
Parses the query.
|
|
SitecoreQueryMapper ( IEnumerable |
Initializes a new instance of the SitecoreQueryMapper class.
|
public CanHandle ( |
||
configuration | The configuration. | |
context | Context | The context. |
리턴 | bool |
public MapToCms ( AbstractDataMappingContext mappingContext ) : void | ||
mappingContext | AbstractDataMappingContext | The mapping context. |
리턴 | void |
public MapToProperty ( AbstractDataMappingContext mappingContext ) : object | ||
mappingContext | AbstractDataMappingContext | The mapping context. |
리턴 | object |
public ParseQuery ( string query, System.Item item ) : string | ||
query | string | The query. |
item | System.Item | The item. |
리턴 | string |
public SitecoreQueryMapper ( IEnumerable |
||
parameters | IEnumerable |
|
리턴 | System |