Class MUI
Inheritance
System.Object
MUI
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common
Assembly: ArtOfTest.WebAii.dll
Syntax
public static class MUI
Fields
MUIDirectory
Declaration
public static string MUIDirectory
Field Value
System.String
|
Methods
GetString(String, Int32)
Declaration
public static string GetString(string module, int Id)
Parameters
System.String
module
|
System.Int32
Id
|
Returns
System.String
|
GetString(String, Int32, String)
Declaration
public static string GetString(string module, int Id, string defaultValue)
Parameters
System.String
module
|
System.Int32
Id
|
System.String
defaultValue
|
Returns
System.String
|
GetString(String, Int32, String, Func<String, String>)
Declaration
public static string GetString(string module, int Id, string defaultValue, Func<string, string> func)
Parameters
System.String
module
|
System.Int32
Id
|
System.String
defaultValue
|
System.Func<System.String, System.String>
func
|
Returns
System.String
|