Click or drag to resize
AccountsParametersValidate Method

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Determines whether the specified object is valid.

Namespace: ETradeNet.Accounts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public virtual IEnumerable<ValidationResult> Validate(
	ValidationContext validationContext
)

Parameters

validationContext
Type: System.ComponentModel.DataAnnotationsValidationContext
The validation context.

Return Value

Type: IEnumerableValidationResult
A collection that holds failed-validation information.

Implements

IValidatableObject.Validate(ValidationContext)
See Also