![]() | Title Fields |
The Title type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IdRandChars | The set of all possible characters that can be used to compose a Title key. The character set is chosen from digits and a reduced set of upper-case characters to avoid visual confusion between characters like '0' and 'O', and '1' and 'I'. |
![]() ![]() | IdRandLen | The length of a Title id (primary key) random characters that follow the prefix. |
![]() ![]() | TitleIdPrefix | The prefix of all title id (primary key) strings. |
![]() ![]() | UnassignedId | A special default value for the id property to indicate that it has not been assigned a value. Null can't be used because this project is compiled with nullable=true and an attempt to pass a null id into the web service generates a validation error. There is a [ValidateNever] attribute to workaround this problem, but it exists in the Microsoft.AspNetCore.App package which is too heavy for this shared library. |