C# Class MonoSoftware.MonoX.Resources.LogMessages

Exibir arquivo Open project: MonoSoftware/MonoX-Localization-Resources

Private Properties

Property Type Description
LogMessages System

Public Methods

Method Description
ApplicationEndFormat ( ) : string

The stub formatting method returning the ApplicationEnd property value.

ApplicationErrorFormat ( ) : string

The stub formatting method returning the ApplicationError property value.

ApplicationStartFormat ( ) : string

The stub formatting method returning the ApplicationStart property value.

PageErrorFormat ( ) : string

The stub formatting method returning the PageError property value.

UniqueUserIdNoProvidedFormat ( ) : string

The stub formatting method returning the UniqueUserIdNoProvided property value.

UserControlErrorFormat ( ) : string

The stub formatting method returning the UserControlError property value.

Private Methods

Method Description
LogMessages ( ) : System

Method Details

ApplicationEndFormat() public static method

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

ApplicationErrorFormat() public static method

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

ApplicationStartFormat() public static method

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

PageErrorFormat() public static method

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

UniqueUserIdNoProvidedFormat() public static method

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

UserControlErrorFormat() public static method

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