Method AddItem(string, long?, string?)

Assembly: redb.Core.dll

Add item to list (Aggregate Root pattern).
Automatically sets IdList.

public IRedbListItem AddItem(string value, long? idObject = null, string? alias = null)