Namespace: 
   Endeca.Web.Url
Assembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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 | 
Parameters
- command
- Type: Endeca.Data.Provider..::.EndecaCommand
- property
- Type: System.ComponentModel..::.PropertyDescriptor
- commandAttribute
- Type: Endeca.Data..::.CommandParameterPropertyAttribute
- serializedPropertyValue
- Type: System..::.String
- context
- Type: Endeca.Data..::.CommandSerializationContext





