Click or drag to resize

IParty Interface

A representation for an ice.NET party (supertype of all accounts).

Namespace:  PDTec.IceNet.Core.Database.UserManagement
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public interface IParty

The IParty type exposes the following members.

Properties
  NameDescription
Public propertyChangedBy
The name of the user who changed the party last.
Public propertyChangedOn
The point of time the party was changed last.
Public propertyCreatedBy
The name of the user who created the party.
Public propertyCreatedOn
The point of time the party was created.
Public propertyDescription
Gets or sets the party description.
Public propertyExternalId
Gets or sets the external ID of the party.
Public propertyId
Gets the party ID.
Public propertyIsInactive
Gets or sets if the account is inactive.
Public propertyLastActiveOn
Gets the latest point of time the account was active.
Public propertyName
Gets or sets the party name.
Top
Methods
  NameDescription
Public methodDestroy
Destroys the account.
Public methodGetMemberships
Gets all teams the party is directly included as a member.
Public methodIsMemberOf
Indicates if the party is member of a team.
Top
See Also