Method | Description | |
---|---|---|
AddOrUpdate ( System culture, EntityKey key, IEnumerable |
||
Delete ( |
||
Find ( System culture, EntityKey key ) : EntityTransaltion | ||
Find ( System culture ) : EntityTransaltion[] | ||
FindOutOfDate ( |
||
MarkOutOfDate ( |
||
SqlceTranslationStore ( string instanceName, ICommerceInstanceManager instanceManager ) : System | ||
TotalOutOfDate ( |
||
TotalTranslated ( |
Method | Description | |
---|---|---|
GetInstance ( ) : |
||
GetUnderlyingEntityKey ( string culture, EntityKey key ) : object[] |
public AddOrUpdate ( System culture, EntityKey key, IEnumerable |
||
culture | System | |
key | EntityKey | |
propertyTranslations | IEnumerable |
|
return | void |
public Delete ( |
||
culture | ||
key | EntityKey | |
return | void |
public Find ( System culture, EntityKey key ) : EntityTransaltion | ||
culture | System | |
key | EntityKey | |
return | EntityTransaltion |
public Find ( System culture ) : EntityTransaltion[] | ||
culture | System | |
return | EntityTransaltion[] |
public FindOutOfDate ( |
||
culture | ||
entityType | ||
pageInex | int | |
pageSize | int | |
return | Pagination |
public MarkOutOfDate ( |
||
culture | ||
key | EntityKey | |
return | void |
public SqlceTranslationStore ( string instanceName, ICommerceInstanceManager instanceManager ) : System | ||
instanceName | string | |
instanceManager | ICommerceInstanceManager | |
return | System |
public TotalOutOfDate ( |
||
culture | ||
entityType | ||
return | int |
public TotalTranslated ( |
||
culture | ||
entityType | ||
return | int |