Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
protected override bool ShouldIncludeSerializedProperty(
	EndecaCommand command,
	PropertyDescriptor property,
	CommandParameterPropertyAttribute commandAttribute,
	string serializedPropertyValue,
	CommandSerializationContext context
)
Visual Basic (Declaration)
Protected Overrides Function ShouldIncludeSerializedProperty ( _
	command As EndecaCommand, _
	property As PropertyDescriptor, _
	commandAttribute As CommandParameterPropertyAttribute, _
	serializedPropertyValue As String, _
	context As CommandSerializationContext _
) As Boolean
Visual C++
protected:
virtual bool ShouldIncludeSerializedProperty(
	EndecaCommand^ command, 
	PropertyDescriptor^ property, 
	CommandParameterPropertyAttribute^ commandAttribute, 
	String^ serializedPropertyValue, 
	CommandSerializationContext^ context
) override

See Also