Describes the operation results.

The following tables list the members exposed by the CpiResult type.

Public Properties

  Name Description
CurrentStatus Retrieves the status of the validation.
InnerResults Retrieves all validation results as inner results if those results consist of validation results on other objects.
Message Retrieves the explanation of the validation result.
Subject Retrieves the subject object against which the warning or error is found. It is null if validation passes or no subject object information is available.
Succeeded Indicates whether the validation is successful.
Top

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also