Click or drag to resize

ITransportableObject Interface

Represents info about an object that can be transported (by the transport system) between OIS environments. This implies that it has an instance-specific id as well as a transport-safe uid.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public interface ITransportableObject : IObjectWithId, 
	IObjectWithGuid

The ITransportableObject type exposes the following members.

Properties
  NameDescription
Public propertyId
The instance-specific integer id of the object.
Public propertyUId
The transport-safe uid of the object.
Top
Methods
  NameDescription
Public methodGetGuid (Inherited from IObjectWithGuid.)
Public methodGetId (Inherited from IObjectWithId.)
Top
See Also