C# 클래스 Kooboo.Commerce.Multilingual.EntityTransaltion

파일 보기 프로젝트 열기: Kooboo/Ecommerce 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : EntityTransaltion
EntityTransaltion ( string culture, EntityKey entityKey ) : System
EntityTransaltion ( string culture, EntityKey entityKey, IEnumerable propertyTranslations ) : System
GetOriginalText ( string property ) : string
GetTranslatedText ( string property ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : EntityTransaltion
리턴 EntityTransaltion

EntityTransaltion() 공개 메소드

public EntityTransaltion ( string culture, EntityKey entityKey ) : System
culture string
entityKey EntityKey
리턴 System

EntityTransaltion() 공개 메소드

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

GetOriginalText() 공개 메소드

public GetOriginalText ( string property ) : string
property string
리턴 string

GetTranslatedText() 공개 메소드

public GetTranslatedText ( string property ) : string
property string
리턴 string