ValidationProcessResult Class
Holds validation process results.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
System::Object
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::ValidationProcessResult
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::ValidationProcessResult
| Name | Description | |
|---|---|---|
![]() | ValidationProcessResult() | Initializes a new instance of the ValidationProcessResult class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | MembersInvalidCount | Gets or sets the number of members found to be not valid during validation. |
![]() | MembersValidatedCount | Gets or sets of the number of members validated as part of validation proc. |
![]() | MembersValidCount | Gets or sets the number of members found to be valid during validation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


