Namespace: MonoSoftware.Web.Workspace
Assembly: MonoSoftware.Web.Workspace (in MonoSoftware.Web.Workspace.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public virtual string GetEntityLocalizationKey(
	Type entityType,
	string key,
	string value
)
Visual Basic
Public Overridable Function GetEntityLocalizationKey ( 
	entityType As Type,
	key As String,
	value As String
) As String
Visual C++
public:
virtual String^ GetEntityLocalizationKey(
	Type^ entityType, 
	String^ key, 
	String^ value
)
F#
abstract GetEntityLocalizationKey : 
        entityType : Type * 
        key : string * 
        value : string -> string 
override GetEntityLocalizationKey : 
        entityType : Type * 
        key : string * 
        value : string -> string 

Parameters

entityType
Type: System..::..Type
key
Type: System..::..String
value
Type: System..::..String

Return Value

Type: String

See Also