C# Class EA.Iws.Domain.InternalUser

Inheritance: System.Entity
ファイルを表示 Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
Activate ( ) : void
Approve ( ) : void
Deactivate ( ) : void
InternalUser ( string userId, string jobTitle, UKCompetentAuthority competentAuthority, System.Guid localAreaId ) : System
Reject ( ) : void

Protected Methods

Method Description
InternalUser ( ) : System

Method Details

Activate() public method

public Activate ( ) : void
return void

Approve() public method

public Approve ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

InternalUser() protected method

protected InternalUser ( ) : System
return System

InternalUser() public method

public InternalUser ( string userId, string jobTitle, UKCompetentAuthority competentAuthority, System.Guid localAreaId ) : System
userId string
jobTitle string
competentAuthority UKCompetentAuthority
localAreaId System.Guid
return System

Reject() public method

public Reject ( ) : void
return void