Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UserInviteComponent

Hierarchy

  • AbstractUserInviteComponent
    • UserInviteComponent

Index

Constructors

  • new UserInviteComponent(_userInviteService: UserInviteService, _orgList: OrganizationListService, _signUpService: SignUpService, _snackBar: SnackBarService, _translate: TranslateService): UserInviteComponent

Properties

_orgList: OrganizationListService
_signUpService: SignUpService
_snackBar: SnackBarService
_translate: TranslateService
_userInviteService: UserInviteService
invitedEmailControl: FormControl
invitedGroups: GroupInterface[]
invitedRoles: ExtendedProcessRole[]
loading: LoadingEmitter
nets: ProcessList
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get groups(): GroupInterface[]
  • Returns GroupInterface[]

Methods

  • addGroup(org: GroupInterface): void
  • Parameters

    • org: GroupInterface

    Returns void

  • addRole(role: ExtendedProcessRole): void
  • Parameters

    • role: ExtendedProcessRole

    Returns void

  • invite(): void
  • Returns void

  • ngOnInit(): void
  • Returns void

  • removeGroup(org: GroupInterface): void
  • Parameters

    • org: GroupInterface

    Returns void

  • removeRole(role: ExtendedProcessRole): void
  • Parameters

    • role: ExtendedProcessRole

    Returns void

Generated using TypeDoc