Click or drag to resize

AccountInfo Constructor (Int32, String)

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
)

Parameters

accountTypeId
Type: SystemInt32
accountTypeDisplayName
Type: SystemString
See Also