Click or drag to resize
IProductLabelManager Methods

[This is preliminary documentation and is subject to change.]

The IProductLabelManager type exposes the following members.

Methods
  NameDescription
Public methodInt64Create(T)
Creates a new instance of the entity
(Inherited from ICreateableT.)
Public method void Delete(Int64)
Deletes an entity with a specific Id
(Inherited from IDeletableT.)
Public method void DeleteIfExist(Int64, String)
Deletes a label from a product, if it exists
Public methodIDetailsableTDetails(Int64)
Get details for entity with specified Id
(Inherited from IDetailsableT.)
Public methodIEnumerableT, T: StringGetAllLabels(Int64)
Returns the label strings for a specific product id
Public methodIEnumerableT, T: StringGetAllLabelsAsStrings
Returns all label strings
Public methodIEnumerableT, T: StringGetAllLabelsAsStrings(NullableInt64)
Returns all label strings for a specific Service Provider if provider is specified, else return all label strings
Public methodBooleanIsNameUnique(T)
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.)
Public method void SetLabels(IEnumerableString, Int64)
Sets the labels for a product, adding new ones and removing ones not being set
Top
See Also