Interface IPropertyLoadDataHandler
Implemented by properties that wish to handle their own data loading.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IPropertyLoadDataHandler
Methods
Load(String, IDataRecord)
Loads the data for a property.
Declaration
void Load(string key, IDataRecord row)
Parameters
Type | Name | Description |
---|---|---|
System. |
key | The name of the property. |
System. |
row | The System. |