Click or drag to resize

IPartialReturnMultiLocationComplexEntityMember Interface

MultiLocationComplexEntityMember to use for partial return

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.TradeDocument
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IPartialReturnMultiLocationComplexEntityMember : IPartialProcessMultiLocationComplexEntityMemberBase, 
	IMultiLocationComplexEntityMember, IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IPartialReturnMultiLocationComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyLocationId
Gets or sets the location id.
(Inherited from IMultiLocationComplexEntityMember.)
Public propertyLocationIdMember
Gets the location id.
(Inherited from IMultiLocationComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also