dbo.DialogAuthentifier
Authenticators
TableType TUsage CONFIGURATIONRows 28SizeMB 0.04
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_DialogAuthentifier | varchar(38) | no | Authenticator | PKUID |
Ident_DialogAuthentifier | nvarchar(128) | yes | Authentication module | |
AssemblyName | nvarchar(510) | yes | Assembly name | |
Class | nvarchar(510) | yes | Class | |
IsEnabled | bit(1) | yes | Enabled | |
InitialData | nvarchar(2048) | yes | Initial data | |
XDateInserted | datetime(8) | yes | Created on | |
XDateUpdated | datetime(8) | yes | Modified on | |
XUserInserted | nvarchar(128) | yes | Created by | |
XUserUpdated | nvarchar(128) | yes | Modified by | |
XTouched | nchar(2) | yes | Processing status | |
ShowInInterface | bit(1) | yes | Select in front-end | |
Caption | nvarchar(128) | yes | Display name | |
SortOrder | int(4) | yes | Sort order | |
XObjectKey | varchar(138) | no | Object key | |
IsForSingleSignOn | bit(1) | yes | Single sign on | |
AuthenticationType | nvarchar(128) | yes | Authentication type | limited |
XMarkedForDeletion | int(4) | yes | Marked for deletion | bitmask |
Relations
| FK | From | To |
|---|---|---|
| QBM_RFRL168 | DialogDatabase.UID_DialogAuthentifier | DialogAuthentifier.UID_DialogAuthentifier |
| QBM_RFRL284 | DialogProductHasAuthentifier.UID_DialogAuthentifier | DialogAuthentifier.UID_DialogAuthentifier |
| QBM_RFRL720 | QBMLoginAudit.UID_DialogAuthentifier | DialogAuthentifier.UID_DialogAuthentifier |
Triggers
GEN_T2E6B44B00932DB18E064E3D75 SQL_TRIGGER
GEN_T52C3C308A5DC0195602532339 SQL_TRIGGER
QBM_TDDialogAuthentifier SQL_TRIGGER
QBM_TIDialogAuthentifier SQL_TRIGGER
QBM_TUDialogAuthentifier SQL_TRIGGER
Referenced by / reverse relations
Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.
| Referencing object | Relation | Evidence |
|---|---|---|
| dbo.QBM_ZAuthentifierInitial | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T52C3C308A5DC0195602532339 | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_VDialogJournalLoginAudit | SQL expression dependency | OBJECT_OR_COLUMN |
| DialogDatabase | foreign key references table | QBM_RFRL168: DialogDatabase.UID_DialogAuthentifier -> DialogAuthentifier.UID_DialogAuthentifier |
| DialogProductHasAuthentifier | foreign key references table | QBM_RFRL284: DialogProductHasAuthentifier.UID_DialogAuthentifier -> DialogAuthentifier.UID_DialogAuthentifier |
| QBMLoginAudit | foreign key references table | QBM_RFRL720: QBMLoginAudit.UID_DialogAuthentifier -> DialogAuthentifier.UID_DialogAuthentifier |
| dbo.QBM_ZAuthentifierInitial | source text reference | has TRY/CATCH error handling |
| cs-common-customizer-vi-common-customizer-dialogdatabase.cs | decompiled C# reference | classes DialogDatabase, _003C_003Ec__DisplayClass7_0; methods _003C_CheckDialogCultureDefault_003Eb__0, MoveNext, SetStateMachine, OnSavingAsync, _CheckAuthentifierAsync, _CheckConnectionStringAsync; references DialogAuthentifier, DialogDatabase, QBMCulture; markers reads entity values, references DB/Dialog objects |