Click or drag to resize

IBusinessObjectWithIdT Interface

Interface for business objects which have Id.

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 IBusinessObjectWithId<T> : IBusinessObject<T>
where T : IDataObject

Type Parameters

T
Data object type.

The IBusinessObjectWithIdT 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.
(Inherited from IBusinessObjectT.)
Public propertyId
Gets or sets the object's identifier.
Top
Methods
  NameDescription
Public methodUpdateDataObject
Updates the data object by merging it's properties with the properties from the current business object.
(Inherited from IBusinessObjectT.)
Top
See Also