Click or drag to resize
IProductLabelManager Interface

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

Manages product labels

Namespace: Netadmin.Management.Order
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IProductLabelManager : IManager<ILabel>, 
	ICreateable<ILabel>, IDeletable<ILabel>, IDetailsable<ILabel>, 
	IUniqueName<ILabel>

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 methodILabelDetails(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