Kind: Class
Source: Pams/Web/Pams.Web/Client/app/models/organization/company.model.ts (line 2)
Part of: Pams
Properties
| Property | Type |
|---|---|
CompanyID | number |
RowGuid | string |
Name | string |
Website | string |
Slogan | string |
Subdomain | string |
IsActive | boolean |
Logo | string |
BaseCurrency | string |
FirstName | string |
MiddleName | string |
LastName | string |
Password | string |
PasswordConfirmation | string |
DisplayName | string |
Email | string |
Used by
7 references from 7 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (7)
BranchDetailsComponent—Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/branch-details.component.ts:1NewBranchComponent—Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts:1LoginComponent—Pams/Web/Pams.Web/Client/app/components/security/login/login.component.ts:1AfterNewPasswordComponent—Pams/Web/Pams.Web/Client/app/components/security/new-password/after-new-password/after-new-password.component.ts:1AfterRegisterationComponent—Pams/Web/Pams.Web/Client/app/components/security/register/after-registeration/after-registeration.component.ts:1RegisterComponent—Pams/Web/Pams.Web/Client/app/components/security/register/register.component.ts:1PageData—Pams/Web/Pams.Web/Client/app/services/security/auth.service.ts:1
Was this page helpful?