Class E117_ListItemWithObject
Creates a ListItem with linked RedbObject.
ListItem can reference any object via IdObject property.
Linked object is loaded lazily via Object property.
Requires E114+E115 to run first.
[ExampleMeta("E117", "ListItem - With Object", "List", ExampleTier.Free, 117, new string[] { "ListItem", "Object", "Reference" }, RelatedApis = new string[] { "IListProvider.SaveListItemAsync", "RedbListItem.Object" })]
public class E117_ListItemWithObject : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)