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