Represents a simple CpiResult type that does not contain inner results.

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

Public Properties

  Name Description
CurrentCode Retrieves the CpiResultCode that can be used to programmatically determine the result.
CurrentStatus  Retrieves the status of the validation.(inherited from CpiResult)
InnerResults  Retrieves all validation results as inner results if those results consist of validation results on other objects.(inherited from CpiResult)
Message  Retrieves the explanation of the validation result.(inherited from CpiResult)
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.(inherited from CpiResult)
Succeeded  Indicates whether the validation is successful.(inherited from CpiResult)
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