See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Validates that the same relationship declared on more than one property should have the same characteristic.

Namespace: NTier.Model.Entity
Assembly: NTier.Model.Entity (in NTier.Model.Entity.dll) Version: 1.0.0.0

Syntax

C#
protected void ValidateRelatedRelationPropertiesConsistent<T>(
	EntityProperty<T> relationCharacteristicProperty,
	INotifications notifications
)
Visual Basic
Protected Sub ValidateRelatedRelationPropertiesConsistent(Of T) ( 
	relationCharacteristicProperty As EntityProperty(Of T),
	notifications As INotifications
)
Visual C++
protected:
generic<typename T>
void ValidateRelatedRelationPropertiesConsistent(
	EntityProperty<T>^ relationCharacteristicProperty, 
	INotifications^ notifications
)

Parameters

relationCharacteristicProperty
Type: EntityProperty<(Of <(<'T>)>)>
notifications
Type: INotifications

Type Parameters

T

See Also