Click or drag to resize

AccountInfo Constructor (Int32, String, String, String, Int32, Int32)

Namespace:  Omada.OE.Solution.OIM.AppLogic.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public AccountInfo(
	int accountTypeId,
	string accountTypeDisplayName,
	string accountName,
	string accountSystemName,
	int systemId,
	int identityId
)

Parameters

accountTypeId
Type: SystemInt32
accountTypeDisplayName
Type: SystemString
accountName
Type: SystemString
accountSystemName
Type: SystemString
systemId
Type: SystemInt32
identityId
Type: SystemInt32
See Also