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

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

Private Properties

프로퍼티 타입 설명
MetaWeblog System

공개 메소드들

메소드 설명
BlogFormat ( ) : string

The stub formatting method returning the Blog property value.

FileErrorFormat ( object arg0 ) : string

Formats a localized string similar to 'File upload error for file {0}.'.

InsertNotAllowedFormat ( ) : string

The stub formatting method returning the InsertNotAllowed property value.

NewsFormat ( ) : string

The stub formatting method returning the News property value.

NoEditPermissionsFormat ( ) : string

The stub formatting method returning the NoEditPermissions property value.

PortalPagesFormat ( ) : string

The stub formatting method returning the PortalPages property value.

UndefinedFormat ( ) : string

The stub formatting method returning the Undefined property value.

UserNotValidFormat ( ) : string

The stub formatting method returning the UserNotValid property value.

비공개 메소드들

메소드 설명
MetaWeblog ( ) : System

메소드 상세

BlogFormat() 공개 정적인 메소드

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

FileErrorFormat() 공개 정적인 메소드

Formats a localized string similar to 'File upload error for file {0}.'.
public static FileErrorFormat ( object arg0 ) : string
arg0 object An object (0) to format.
리턴 string

InsertNotAllowedFormat() 공개 정적인 메소드

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

NewsFormat() 공개 정적인 메소드

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

NoEditPermissionsFormat() 공개 정적인 메소드

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

PortalPagesFormat() 공개 정적인 메소드

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

UndefinedFormat() 공개 정적인 메소드

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

UserNotValidFormat() 공개 정적인 메소드

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