IProductLabelManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Order
The IProductLabelManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) |
![]() | void | DeleteIfExist(Int64, String) |
Deletes a label from a product, if it exists
|
![]() | ILabel | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | IEnumerableT, T: String | GetAllLabels(Int64) |
Returns the label strings for a specific product id
|
![]() | IEnumerableT, T: String | GetAllLabelsAsStrings |
Returns all label strings
|
![]() | IEnumerableT, T: String | GetAllLabelsAsStrings(NullableInt64) |
Returns all label strings for a specific Service Provider if provider is specified, else return all label strings
|
![]() | Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueNameT.) |
![]() | void | SetLabels(IEnumerableString, Int64) |
Sets the labels for a product, adding new ones and removing ones not being set
|