GridEditCommand parsing: Receives a GridEditCommand string representation.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual BaseGridEditPage..::..GridEditCommand ReceiveCommand(
	string commandArguments
)
Visual Basic
Protected Overridable Function ReceiveCommand ( 
	commandArguments As String
) As BaseGridEditPage..::..GridEditCommand
Visual C++
protected:
virtual BaseGridEditPage..::..GridEditCommand ReceiveCommand(
	String^ commandArguments
)
F#
abstract ReceiveCommand : 
        commandArguments : string -> BaseGridEditPage..::..GridEditCommand 
override ReceiveCommand : 
        commandArguments : string -> BaseGridEditPage..::..GridEditCommand 

Parameters

commandArguments
Type: System..::..String
String representation of GridEditCommand

Return Value

Type: BaseGridEditPage..::..GridEditCommand
Decompiled GridEditCommand [CommandName, NameValueCollection [key, value]]

See Also