C# Class MonoSoftware.MonoX.Resources.ErrorMessages

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

Private Properties

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

Méthodes publiques

Méthode Description
Authorization_DescriptionFormat ( ) : string

The stub formatting method returning the Authorization_Description property value.

Authorization_LoginFormat ( ) : string

The stub formatting method returning the Authorization_Login property value.

Authorization_TitleFormat ( ) : string

The stub formatting method returning the Authorization_Title property value.

CannotFindLicenseFileFormat ( ) : string

The stub formatting method returning the CannotFindLicenseFile property value.

DomainNotLicensedFormat ( object arg0 ) : string

Formats a localized string similar to 'Domain {0} is not in the list of licensed domains. Please register this domain.'.

EmailSendingFailedFormat ( ) : string

The stub formatting method returning the EmailSendingFailed property value.

EntityIdRequiredFormat ( ) : string

The stub formatting method returning the EntityIdRequired property value.

ErrorPage_SubTitleFormat ( ) : string

The stub formatting method returning the ErrorPage_SubTitle property value.

ErrorPage_TitleFormat ( ) : string

The stub formatting method returning the ErrorPage_Title property value.

ImageTypeRequiredFormat ( ) : string

The stub formatting method returning the ImageTypeRequired property value.

LicenseExpiredFormat ( ) : string

The stub formatting method returning the LicenseExpired property value.

Membership_Create_UnknownErrorFormat ( ) : string

The stub formatting method returning the Membership_Create_UnknownError property value.

Membership_DuplicateEmailFormat ( ) : string

The stub formatting method returning the Membership_DuplicateEmail property value.

Membership_DuplicateUserNameFormat ( ) : string

The stub formatting method returning the Membership_DuplicateUserName property value.

Membership_InvalidPasswordFormat ( object arg0, object arg1 ) : string

Formats a localized string similar to 'The password you provided is invalid. It must be at least {0} character(s) long{1}.'.

Membership_InvalidPassword_SuffixFormat ( object arg0 ) : string

Formats a localized string similar to ' and contain at least {0} non-alphanumeric character(s).'.

Membership_Update_UnknownErrorFormat ( ) : string

The stub formatting method returning the Membership_Update_UnknownError property value.

PageNotFoundDescriptionFormat ( ) : string

The stub formatting method returning the PageNotFoundDescription property value.

PageNotFoundFormat ( ) : string

The stub formatting method returning the PageNotFound property value.

PageNotFoundPersonalizationFoundFormat ( ) : string

The stub formatting method returning the PageNotFoundPersonalizationFound property value.

PageNotFoundRemovePersonalizationFormat ( ) : string

The stub formatting method returning the PageNotFoundRemovePersonalization property value.

SessionExpired_DescriptionFormat ( ) : string

The stub formatting method returning the SessionExpired_Description property value.

SessionExpired_TitleFormat ( ) : string

The stub formatting method returning the SessionExpired_Title property value.

SignatureNotValidFormat ( ) : string

The stub formatting method returning the SignatureNotValid property value.

ToContinueWorkingWithApplicationClickHereFormat ( ) : string

The stub formatting method returning the ToContinueWorkingWithApplicationClickHere property value.

ToContinueWorkingWithApplicationFormat ( ) : string

The stub formatting method returning the ToContinueWorkingWithApplication property value.

Unexpected_TitleFormat ( ) : string

The stub formatting method returning the Unexpected_Title property value.

UnhandledErrorFormat ( ) : string

The stub formatting method returning the UnhandledError property value.

UnhandledErrorLongMessageFormat ( ) : string

The stub formatting method returning the UnhandledErrorLongMessage property value.

VersionErrorFormat ( object arg0 ) : string

Formats a localized string similar to 'The license file needs to be upgraded to version {0}.'.

Private Methods

Méthode Description
ErrorMessages ( ) : System

Method Details

Authorization_DescriptionFormat() public static méthode

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

Authorization_LoginFormat() public static méthode

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

Authorization_TitleFormat() public static méthode

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

CannotFindLicenseFileFormat() public static méthode

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

DomainNotLicensedFormat() public static méthode

Formats a localized string similar to 'Domain {0} is not in the list of licensed domains. Please register this domain.'.
public static DomainNotLicensedFormat ( object arg0 ) : string
arg0 object An object (0) to format.
Résultat string

EmailSendingFailedFormat() public static méthode

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

EntityIdRequiredFormat() public static méthode

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

ErrorPage_SubTitleFormat() public static méthode

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

ErrorPage_TitleFormat() public static méthode

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

ImageTypeRequiredFormat() public static méthode

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

LicenseExpiredFormat() public static méthode

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

Membership_Create_UnknownErrorFormat() public static méthode

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

Membership_DuplicateEmailFormat() public static méthode

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

Membership_DuplicateUserNameFormat() public static méthode

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

Membership_InvalidPasswordFormat() public static méthode

Formats a localized string similar to 'The password you provided is invalid. It must be at least {0} character(s) long{1}.'.
public static Membership_InvalidPasswordFormat ( object arg0, object arg1 ) : string
arg0 object An object (0) to format.
arg1 object An object (1) to format.
Résultat string

Membership_InvalidPassword_SuffixFormat() public static méthode

Formats a localized string similar to ' and contain at least {0} non-alphanumeric character(s).'.
public static Membership_InvalidPassword_SuffixFormat ( object arg0 ) : string
arg0 object An object (0) to format.
Résultat string

Membership_Update_UnknownErrorFormat() public static méthode

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

PageNotFoundDescriptionFormat() public static méthode

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

PageNotFoundFormat() public static méthode

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

PageNotFoundPersonalizationFoundFormat() public static méthode

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

PageNotFoundRemovePersonalizationFormat() public static méthode

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

SessionExpired_DescriptionFormat() public static méthode

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

SessionExpired_TitleFormat() public static méthode

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

SignatureNotValidFormat() public static méthode

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

ToContinueWorkingWithApplicationClickHereFormat() public static méthode

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

ToContinueWorkingWithApplicationFormat() public static méthode

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

Unexpected_TitleFormat() public static méthode

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

UnhandledErrorFormat() public static méthode

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

UnhandledErrorLongMessageFormat() public static méthode

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

VersionErrorFormat() public static méthode

Formats a localized string similar to 'The license file needs to be upgraded to version {0}.'.
public static VersionErrorFormat ( object arg0 ) : string
arg0 object An object (0) to format.
Résultat string