ClientAction members
Provides an abstract class for invoking methods and setting properties on a server. This class and its members are reserved for internal use and are not intended to be used in your code.
The ClientAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientAction | Initializes a new instance of the ClientAction class with the specified object path and name of the action. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets the ID of the client action. This member is reserved for internal use and is not intended to be used directly from your code. | |
Name | Gets the name of the client action. This member is reserved for internal use and is not intended to be used directly from your code. | |
Path | Gets the object path of the client action, which is used to find the matching server-side object. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top