Method | Description | |
---|---|---|
EncodeTitlesAndIdsAsString ( ICollection |
This takes a collection of MLT Dtos and puts their titles and ids into a delimited string value to be stored in a single string. I'm doing this because the
|
|
ExtractPhrase ( TranslationEdit translation, string languageText ) : PhraseEdit |
Extracts the phrase (if found) in the given language.
|
|
GetCurrentUserId ( ) : System.Guid | ||
GetCurrentUsername ( ) : string |
public static EncodeTitlesAndIdsAsString ( ICollection |
||
collection | ICollection |
|
return | string |
public static ExtractPhrase ( TranslationEdit translation, string languageText ) : PhraseEdit | ||
translation | TranslationEdit | |
languageText | string | |
return | PhraseEdit |
public static GetCurrentUserId ( ) : System.Guid | ||
return | System.Guid |
public static GetCurrentUsername ( ) : string | ||
return | string |