Click or drag to resize

IBusinessObjectT Interface

Business object interface.

Namespace:  Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IBusinessObject<T>
where T : IDataObject

Type Parameters

T
Entity type.

The IBusinessObjectT type exposes the following members.

Properties
  NameDescription
Public propertyDataObject
Gets or sets the data object. When getting data object it creates a new object from the database.
Top
Methods
  NameDescription
Public methodUpdateDataObject
Updates the data object by merging it's properties with the properties from the current business object.
Top
See Also