Interface ISetCopierCustomChildren
Assembly: LemonEdge.API.dll
Syntax
public interface ISetCopierCustomChildren
Methods
GetCustomChildItem(IEntityRetriever, string)
Declaration
Task<IBaseEntity> GetCustomChildItem(IEntityRetriever context, string propertyName)
Parameters
Returns
GetCustomChildPropertyNames()
Declaration
IEnumerable<string> GetCustomChildPropertyNames()
Returns
HasCustomChild(string)
Declaration
bool HasCustomChild(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns
Extension Methods