Share via


RolePlayerMenuCommand Class

Definition

An abstract command class for that provides a place to store the result of finding a new role player value

public ref class RolePlayerMenuCommand abstract
public abstract class RolePlayerMenuCommand
type RolePlayerMenuCommand = class
Public MustInherit Class RolePlayerMenuCommand
Inheritance
RolePlayerMenuCommand

Constructors

Name Description
RolePlayerMenuCommand()

Constructor.

Properties

Name Description
MenuText

Specifies the text of the item.

Result

The result of the command

Methods

Name Description
DoCommand()

Performs the command. After this method is called, the Result property should return a valid value.

ToString()

Returns the value of the MenuText property.

Applies to