ObjectListCommand Constructors

Definition

Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Overloads

ObjectListCommand()

Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListCommand(String, String)

Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ObjectListCommand()

Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 ObjectListCommand();
public ObjectListCommand ();
Public Sub New ()

Remarks

The parameterless constructor initializes all properties to null.

See also

Applies to

ObjectListCommand(String, String)

Initializes a new instance of the ObjectListCommand class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 ObjectListCommand(System::String ^ name, System::String ^ text);
public ObjectListCommand (string name, string text);
new System.Web.UI.MobileControls.ObjectListCommand : string * string -> System.Web.UI.MobileControls.ObjectListCommand
Public Sub New (name As String, text As String)

Parameters

name
String

Initializes the Name property.

text
String

Initializes the Text property.

Remarks

The second constructor uses the name and text parameters to initialize the Name and Text properties, respectively.

See also

Applies to