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

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

Private Properties

프로퍼티 타입 설명
ErrorMessages System

공개 메소드들

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

비공개 메소드들

메소드 설명
ErrorMessages ( ) : System

메소드 상세

Authorization_DescriptionFormat() 공개 정적인 메소드

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

Authorization_LoginFormat() 공개 정적인 메소드

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

Authorization_TitleFormat() 공개 정적인 메소드

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

CannotFindLicenseFileFormat() 공개 정적인 메소드

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

DomainNotLicensedFormat() 공개 정적인 메소드

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.
리턴 string

EmailSendingFailedFormat() 공개 정적인 메소드

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

EntityIdRequiredFormat() 공개 정적인 메소드

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

ErrorPage_SubTitleFormat() 공개 정적인 메소드

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

ErrorPage_TitleFormat() 공개 정적인 메소드

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

ImageTypeRequiredFormat() 공개 정적인 메소드

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

LicenseExpiredFormat() 공개 정적인 메소드

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

Membership_Create_UnknownErrorFormat() 공개 정적인 메소드

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

Membership_DuplicateEmailFormat() 공개 정적인 메소드

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

Membership_DuplicateUserNameFormat() 공개 정적인 메소드

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

Membership_InvalidPasswordFormat() 공개 정적인 메소드

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.
리턴 string

Membership_InvalidPassword_SuffixFormat() 공개 정적인 메소드

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.
리턴 string

Membership_Update_UnknownErrorFormat() 공개 정적인 메소드

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

PageNotFoundDescriptionFormat() 공개 정적인 메소드

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

PageNotFoundFormat() 공개 정적인 메소드

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

PageNotFoundPersonalizationFoundFormat() 공개 정적인 메소드

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

PageNotFoundRemovePersonalizationFormat() 공개 정적인 메소드

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

SessionExpired_DescriptionFormat() 공개 정적인 메소드

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

SessionExpired_TitleFormat() 공개 정적인 메소드

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

SignatureNotValidFormat() 공개 정적인 메소드

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

ToContinueWorkingWithApplicationClickHereFormat() 공개 정적인 메소드

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

ToContinueWorkingWithApplicationFormat() 공개 정적인 메소드

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

Unexpected_TitleFormat() 공개 정적인 메소드

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

UnhandledErrorFormat() 공개 정적인 메소드

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

UnhandledErrorLongMessageFormat() 공개 정적인 메소드

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

VersionErrorFormat() 공개 정적인 메소드

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.
리턴 string