Class EcopediaUtils
Inheritance
System.Object
EcopediaUtils
Assembly: Eco.Core.dll
Syntax
public static class EcopediaUtils : Object
Methods
GetPageDisplayName(Type, EcopediaAttribute)
Returns page display name for type
.
Declaration
public static LocString GetPageDisplayName(Type type, EcopediaAttribute attr)
Parameters
Returns
GetPageName(Type, EcopediaAttribute)
Returns page name for type
. If this type is in a subpage, it actually returns the name of the parent page.
Declaration
public static string GetPageName(Type type, EcopediaAttribute attr)
Parameters
Returns
Type |
Description |
System.String |
|
GetSubPageDisplayName(Type)
Declaration
public static LocString GetSubPageDisplayName(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
GetSubPageName(Type)
Declaration
public static string GetSubPageName(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Type |
Description |
System.String |
|