C# 클래스 MonoSoftware.MonoX.Resources.CategoryContextMenuOperations

파일 보기 프로젝트 열기: MonoSoftware/MonoX-Localization-Resources

Private Properties

프로퍼티 타입 설명
CategoryContextMenuOperations System

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CategoryContextMenuOperations ( ) : System

메소드 상세

CopyFormat() 공개 정적인 메소드

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

CutFormat() 공개 정적인 메소드

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

DeleteConfirmationFormat() 공개 정적인 메소드

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

DeleteFormat() 공개 정적인 메소드

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

MoveDownFormat() 공개 정적인 메소드

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

MoveUpFormat() 공개 정적인 메소드

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

PasteAfterFormat() 공개 정적인 메소드

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

PasteBeforeFormat() 공개 정적인 메소드

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

PasteFormat() 공개 정적인 메소드

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