Interface IMetadataPropertyMappingProvider
Provides property mappings between the name in the property collection, and the name on the interface.
Namespace: EPiServer.Shell.ObjectEditing
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public interface IMetadataPropertyMappingProvider
Remarks
Used internally by the UI. Should not need to be implemented by third party users.
Methods
GetPropertyMappings(Object)
Gets the property mappings between the name in the property collection, and the name on the interface.
Declaration
IEnumerable<PropertyMapping> GetPropertyMappings(object container)
Parameters
Type | Name | Description |
---|---|---|
System.Object | container | The container that has the properties to get mappings for. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<PropertyMapping> | A dictionary containing mappings |