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: 7.2.0.0 (7.2.7583.15464)
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