C# Class Kooboo.Commerce.Multilingual.EntityTransaltion

Mostra file Open project: Kooboo/Ecommerce Class Usage Examples

Public Methods

Method Description
Clone ( ) : EntityTransaltion
EntityTransaltion ( string culture, EntityKey entityKey ) : System
EntityTransaltion ( string culture, EntityKey entityKey, IEnumerable propertyTranslations ) : System
GetOriginalText ( string property ) : string
GetTranslatedText ( string property ) : string

Method Details

Clone() public method

public Clone ( ) : EntityTransaltion
return EntityTransaltion

EntityTransaltion() public method

public EntityTransaltion ( string culture, EntityKey entityKey ) : System
culture string
entityKey EntityKey
return System

EntityTransaltion() public method

public EntityTransaltion ( string culture, EntityKey entityKey, IEnumerable propertyTranslations ) : System
culture string
entityKey EntityKey
propertyTranslations IEnumerable
return System

GetOriginalText() public method

public GetOriginalText ( string property ) : string
property string
return string

GetTranslatedText() public method

public GetTranslatedText ( string property ) : string
property string
return string