Class E186_ObjectReference

Assembly: redb.Examples.dll

Demonstrates loading objects with RedbObject references.
EmployeeProps has CurrentProject field of type RedbObject<ProjectMetricsProps>.
Shows how referenced objects are loaded.

[ExampleMeta("E186", "Object Reference - Load", "Core", ExampleTier.Free, 186, new string[] { "Reference", "Related", "Nested" }, RelatedApis = new string[] { "RedbObject<TProps>" })]
public class E186_ObjectReference : ExampleBase

Inheritance

ObjectExampleBaseE186_ObjectReference

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)