IAccountServiceValidateAccountProperties Method

Checks the validity of an account's properties.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
IList<string> ValidateAccountProperties(
	Account account
)

Parameters

account  Account
The account.

Return Value

IListString
A collection of strings, one for each validation failure. An empty collection indicates there were no failures.
Exceptions
ExceptionCondition
ArgumentNullExceptionaccount was .
See Also