Class E114_ListCreate

Assembly: redb.Examples.dll

Creates a new RedbList (dictionary/lookup table).
RedbList is used to store reference data like statuses, categories, etc.

[ExampleMeta("E114", "List - Create", "List", ExampleTier.Free, 114, new string[] { "List", "Create", "Dictionary" }, RelatedApis = new string[] { "IListProvider.SaveListAsync", "RedbList.Create" })]
public class E114_ListCreate : ExampleBase

Inheritance

ObjectExampleBaseE114_ListCreate

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)