Click or drag to resize

Title Fields

The Title type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberIdRandChars 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'.
Public fieldStatic memberIdRandLen The length of a Title id (primary key) random characters that follow the prefix.
Public fieldStatic memberTitleIdPrefix The prefix of all title id (primary key) strings.
Public fieldStatic memberUnassignedId 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.
Top
See Also