C# Class MonoSoftware.MonoX.Resources.MetaWeblog

Afficher le fichier Open project: MonoSoftware/MonoX-Localization-Resources

Private Properties

Свойство Type Description
MetaWeblog System

Méthodes publiques

Méthode 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

Méthode Description
MetaWeblog ( ) : System

Method Details

BlogFormat() public static méthode

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

FileErrorFormat() public static méthode

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.
Résultat string

InsertNotAllowedFormat() public static méthode

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

NewsFormat() public static méthode

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

NoEditPermissionsFormat() public static méthode

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

PortalPagesFormat() public static méthode

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

UndefinedFormat() public static méthode

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

UserNotValidFormat() public static méthode

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