Class StoreKeyValue
Stores settings about a store
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class StoreKeyValue : IRescopeEntity
- Inheritance
-
StoreKeyValue
- Implements
- Inherited Members
Properties
ConcurrencyToken
public Guid ConcurrencyToken { get; set; }
Property Value
Key
public string Key { get; set; }
Property Value
Store
public Store Store { get; set; }
Property Value
StoreId
public Guid StoreId { get; set; }
Property Value
UpdatedAt
public DateTime UpdatedAt { get; set; }
Property Value
Value
public string Value { get; set; }