For usage details see IDomainConstraint.
Namespace: Simol.ConsistencyAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public virtual void BeforeDelete( Object itemName, List<string> propertyNames ) |
| Visual Basic |
|---|
Public Overridable Sub BeforeDelete ( _ itemName As Object, _ propertyNames As List(Of String) _ ) |
| Visual C++ |
|---|
public: virtual void BeforeDelete( Object^ itemName, List<String^>^ propertyNames ) |
Parameters
- itemName
- Type: System..::..Object
- propertyNames
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>