Class E117_ListItemWithObject

Assembly: redb.Examples.dll

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

ObjectExampleBaseE117_ListItemWithObject

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)