EntityValidationSummary Class

 

Entity summary information related to the data that was validated.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

System::Object
  Microsoft.MasterDataServices.Services.DataContracts::EntityValidationSummary

[DataContractAttribute(Name = "EntityValidationSummary", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class EntityValidationSummary 

NameDescription
System_CAPS_pubmethodEntityValidationSummary()

Initializes a new instance of the EntityValidationSummary class.

NameDescription
System_CAPS_pubpropertyEntityId

Gets or sets the entity identifier.

System_CAPS_pubpropertyEntityLastValidated

Gets or sets the date entity that was last validated.

System_CAPS_pubpropertySummaryItems

Gets or sets the summary information per validation status.

System_CAPS_pubpropertyVersionId

Gets or sets the version identifier.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The EntityValidationSummary specifies entity summary information related to the data that was validated.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: