C# Class MonoSoftware.MonoX.Resources.MetaWeblog

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

Private Properties

Property Type Description
MetaWeblog System

Public Methods

Method Description
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.

Private Methods

Method Description
MetaWeblog ( ) : System

Method Details

BlogFormat() public static method

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

FileErrorFormat() public static method

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.
return string

InsertNotAllowedFormat() public static method

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

NewsFormat() public static method

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

NoEditPermissionsFormat() public static method

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

PortalPagesFormat() public static method

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

UndefinedFormat() public static method

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

UserNotValidFormat() public static method

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