C# Class MonoSoftware.MonoX.Resources.CategoryContextMenuOperations

ファイルを表示 Open project: MonoSoftware/MonoX-Localization-Resources

Private Properties

Property Type Description
CategoryContextMenuOperations System

Public Methods

Method Description
CopyFormat ( ) : string

The stub formatting method returning the Copy property value.

CutFormat ( ) : string

The stub formatting method returning the Cut property value.

DeleteConfirmationFormat ( ) : string

The stub formatting method returning the DeleteConfirmation property value.

DeleteFormat ( ) : string

The stub formatting method returning the Delete property value.

MoveDownFormat ( ) : string

The stub formatting method returning the MoveDown property value.

MoveUpFormat ( ) : string

The stub formatting method returning the MoveUp property value.

PasteAfterFormat ( ) : string

The stub formatting method returning the PasteAfter property value.

PasteBeforeFormat ( ) : string

The stub formatting method returning the PasteBefore property value.

PasteFormat ( ) : string

The stub formatting method returning the Paste property value.

Private Methods

Method Description
CategoryContextMenuOperations ( ) : System

Method Details

CopyFormat() public static method

The stub formatting method returning the Copy property value.
public static CopyFormat ( ) : string
return string

CutFormat() public static method

The stub formatting method returning the Cut property value.
public static CutFormat ( ) : string
return string

DeleteConfirmationFormat() public static method

The stub formatting method returning the DeleteConfirmation property value.
public static DeleteConfirmationFormat ( ) : string
return string

DeleteFormat() public static method

The stub formatting method returning the Delete property value.
public static DeleteFormat ( ) : string
return string

MoveDownFormat() public static method

The stub formatting method returning the MoveDown property value.
public static MoveDownFormat ( ) : string
return string

MoveUpFormat() public static method

The stub formatting method returning the MoveUp property value.
public static MoveUpFormat ( ) : string
return string

PasteAfterFormat() public static method

The stub formatting method returning the PasteAfter property value.
public static PasteAfterFormat ( ) : string
return string

PasteBeforeFormat() public static method

The stub formatting method returning the PasteBefore property value.
public static PasteBeforeFormat ( ) : string
return string

PasteFormat() public static method

The stub formatting method returning the Paste property value.
public static PasteFormat ( ) : string
return string