ProductAttributeValueReadOnly
public class ProductAttributeValueReadOnly : EntityBase<ProductAttributeValueState>
Inheritance
- class EntityBase<TState>
Namespace
Properties
Alias
Gets the Alias of the Product Attribute
public string Alias { get; }
Name
Gets the Name of the Product Attribute
public ReadOnlyTranslatedValue<string> Name { get; }
ProductAttributeId
Gets the ID of the ProductAttribute
this entity belongs to
public Guid ProductAttributeId { get; }
StoreId
Gets the ID of the Store
this entity belongs to
public Guid StoreId { get; }