BeneServizioService class
Allows working with remote BeneServizio
entities.
public class BeneServizioService : CompanyServiceBase<BeneServizio>
Public Members
name | description |
---|---|
BeneServizioService() | The default constructor. |
override Add(…) | New items should be added by means of the Righe collection. |
CollegaDocumento(…) | Returns a BeneServizio containing a properly formatted document reference. It is important to use this method because otherwise the document reference will be lost on electronic-invoice creation. |
Compute(…) | Requests a BeneServizio totals computation. (2 methods) |
override Delete(…) | Items should be deleted by means of the Righe collection. |
override Distinct(…) | Distinct queries are not supported on this entity. |
override Get(…) | Items should be retrieved via the Righe collection. |
override List(…) | Items should be retrieved via the Righe collection. |
override NewInstance(…) | You should use the alternative NewInstance overload instead. |
NewInstance(…) | Requests a new, properly initialized BeneServizio instance. |
override Update(…) | Items should be updated via the Righe collection. |
See Also
- class CompanyServiceBase<T>
- class BeneServizio
- namespace Amica