Check whether or not the specified properties has been changed

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected bool IsPropertyDirty(
	string[] propertyNames
)
Protected Function IsPropertyDirty ( _
	propertyNames As String() _
) As Boolean
protected:
bool IsPropertyDirty (
	array<String^>^ propertyNames
)

Parameters

propertyNames
array<String>[]()
The names of the properties to check.

Return Value

True if all of the specified properties have been changed.

See Also