IVendorManager Methods |
[This is preliminary documentation and is subject to change.]
The IVendorManager type exposes the following members.
Returns | Name | Description | |
---|---|---|---|
![]() | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateable<T>.) |
![]() | IEnumerable<T> | Create(IEnumerable<T>) |
Creates multiple entities in one operation
(Inherited from ICreateableBatch<T>.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletable<T>.) |
![]() | void | Delete(IEnumerable<Int64>) |
Deletes multiple entities in one operation
(Inherited from IDeletableBatch<T>.) |
![]() | IDetailsable<T> | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsable<T>.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAny(IEnumerable<Int64>) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatch<T>.) |
![]() | IEnumerable<T> | GetAll() |
Retrieves every entity
(Inherited from IGetAllable<T>.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: String | GetAnyByNames(IEnumerable<String>) |
Attempts to get enties by their names
(Inherited from IUniqeueNames<T>.) |
![]() | IEnumerable<T>, T: String | GetDuplicateNames(IEnumerable<KeyValuePair<Int64, String>>) |
Checks for duplicates for ids and names
(Inherited from IUniqeueNames<T>.) |
![]() | Boolean | IsNameUnique(T) |
Checks if the name of a dto is unique
(Inherited from IUniqueName<T>.) |
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateable<T>.) |
![]() | void | Update(IEnumerable<T>) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatch<T>.) |
Returns | Name | Description | |
---|---|---|---|
![]() | IVendor | Create<IVendor>(IVendor) | (Defined by CreateableBatchExtensions.) |
![]() | void | Delete<IVendor>(Int64) | (Defined by DeletableBatchExtensions.) |
![]() | IVendor | DetailsAll<IVendor>(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAll<IVendor>(IEnumerable<Int64>) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IVendor | DetailsAny<IVendor>(Int64) | IDetailsableBatch< T>
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: String | GetAnyByNames<IVendor>(String) | (Defined by UniqueNamesExtensions.) |
![]() | void | Update<IVendor>(IVendor) | (Defined by UpdateableBatchExtensions.) |