Click or drag to resize
UserManagementUtilsTryGetPartyObject Method (IDatabaseRepository, String, IParty)

Namespace: PDTec.IceNet.Domain.UserManagement
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static bool TryGetPartyObject(
	IDatabaseRepository pRepository,
	string partyName,
	out IParty pPartyObject
)

Parameters

pRepository
Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
partyName
Type: SystemString
pPartyObject
Type: PDTec.IceNet.Domain.UserManagement.BusinessObjectsIParty

Return Value

Type: Boolean
See Also