IRole Interface |
Namespace: PDTec.IceNet.Core.Database.UserManagement
public interface IRole : ITeam, IParty
The IRole type exposes the following members.
Name | Description | |
---|---|---|
ChangedBy |
The name of the user who changed the party last.
(Inherited from IParty.) | |
ChangedOn |
The point of time the party was changed last.
(Inherited from IParty.) | |
CreatedBy |
The name of the user who created the party.
(Inherited from IParty.) | |
CreatedOn |
The point of time the party was created.
(Inherited from IParty.) | |
Description |
Gets or sets the party description.
(Inherited from IParty.) | |
ExternalId |
Gets or sets the external ID of the party.
(Inherited from IParty.) | |
Id |
Gets the party ID.
(Inherited from IParty.) | |
IsInactive |
Gets or sets if the account is inactive.
(Inherited from IParty.) | |
LastActiveOn |
Gets the latest point of time the account was active.
(Inherited from IParty.) | |
Name |
Gets or sets the party name.
(Inherited from IParty.) |
Name | Description | |
---|---|---|
AddMember |
Adds a party to the members.
(Inherited from ITeam.) | |
Destroy |
Destroys the account.
(Inherited from IParty.) | |
GetMembers |
Gets the members of the team.
(Inherited from ITeam.) | |
GetMemberships |
Gets all teams the party is directly included as a member.
(Inherited from IParty.) | |
HasMember |
Indicates if a party is a member of the team.
(Inherited from ITeam.) | |
IsMemberOf |
Indicates if the party is member of a team.
(Inherited from IParty.) | |
RemoveMember |
Removes a party from the members.
(Inherited from ITeam.) |